COLOR #63BEEE

HEX: #63BEEE
RGB: (99,190,238)

Renk bilgisi

#63BEEE contains mainly green and blue colors. #63BEEE ‘ nin web güvenlik rengi #66CCFF (ya da #6CF) dir.

RGB renk modeli

#63BEEE color RGB value is (99,190,238).

  • kırmız ton 99;
  • yeşil ton 190;
  • mavi ton 238.
RGB:
(99,190,238)
(39%,75%,93%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 190 of 255 = 75%
B 238 of 255 = 93%

99
190
238

R + G + B ~ 69%. #63BEEE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 190 + 238 = 527 (100%)
R 99 of 527 ~ 18.79%
G 190 of 527 ~ 36.05%
B 238 of 527 ~ 45.16%

%18.79
%36.05
%45.16

CMYK RENK MODELİ

#63BEEE rengi CMYK tonu (58,20,0,7).

  • camgöbeği tonu 58.40%
  • eflatun tonu 20.17%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(58,20,0,7)
C58M20Y0K7 
(58%,20%,0%,7%)
(0.58/0.20/0.00/0.07)	

CMYK yüzdeleri

%58.4
%20.17
%0
%6.67

Codes

Color #63BEEE in popluar color models

63BEEE
RGB99190238
HSL201°80.35%66.08%
HSB/HSV201°58.40%93.33%
CMYK58.40%20.17%0.00%
6.67%

Color #63BEEE in popluar number systems.

HEX63BEEE
Decimal99190238
Binary11000111011111011101110
Octal143276356

Shades and tints

Shades of #63BEEE

#63BEEE
(99,190,238)
#5AADD9
(90,173,217)
#519CC4
(81,156,196)
#488BAF
(72,139,175)
#3F7A9A
(63,122,154)
#366985
(54,105,133)
#2D5870
(45,88,112)
#24475B
(36,71,91)
#1B3646
(27,54,70)
#122531
(18,37,49)
#09141C
(9,20,28)
#000000
(0,0,0)

Tints of #63BEEE

#63BEEE
(99,190,238)
#71C3EF
(113,195,239)
#7FC8F0
(127,200,240)
#8DCDF1
(141,205,241)
#9BD2F2
(155,210,242)
#A9D7F3
(169,215,243)
#B7DCF4
(183,220,244)
#C5E1F5
(197,225,245)
#D3E6F6
(211,230,246)
#E1EBF7
(225,235,247)
#EFF0F8
(239,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63BEEE color. Also use rgb(99,190,238) instead hex code.

Text Font Color

.myTextColor { color: #63BEEE; }

<p style="color:#63BEEE">This sample text font color is #63BEEE.</p>

This text font color is #63BEEE.


Background Color

.myBgColor { background-color: #63BEEE; }

<div style="background-color:#63BEEE">Inner text</div>

This div background color is #63BEEE.


Border color

.myBorderColor { border: 1px solid #63BEEE; }

<div style="border:3px solid #63BEEE">Div</div>

This div border color is #63BEEE.


Opacity

.myOpacity80 { color: #63BEEE; opacity: 0.8; }

<p style="color:#63BEEE;opacity:0.8;">80%</p>

Text with #63BEEE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #63BEEE;}

<p style="text-shadow: 3px 3px 1px #63BEEE">Text here.</p>

This text has shadow with #63BEEE color.

.textShadow {text-shadow: 3px 3px 1px #63BEEE, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #63BEEE, 5px 5px 20px red">Text here.</p>

This text has shadow with #63BEEE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#63BEEE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#63BEEE, Direction=45, Strength=4)">Text</p>

This text has shadow with #63BEEE and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #63BEEE;
  -webkit-box-shadow:	1px 1px 3px 2px #63BEEE;
  box-shadow:		1px 1px 3px 2px #63BEEE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #63BEEE;
-webkit-box-shadow: 1px 1px 3px 2px #63BEEE;
box-shadow:1px 1px 3px 2px #63BEEE;">
Div content here</div>
This div box has shadow with color #63BEEE.

Preview

Color preview on black background

This text has color #63BEEE on black background.


Color preview on white background

This text has color #63BEEE on white background.



Black color preview on #63BEEE background

This text has black color on #63BEEE background.


White color preview on #63BEEE background

This text has white color on #63BEEE background.