COLOR #63CEE2

HEX: #63CEE2
RGB: (99,206,226)

Renk bilgisi

#63CEE2 contains mainly green and blue colors. #63CEE2 ‘ nin web güvenlik rengi #66CCCC (ya da #6CC) dir.

RGB renk modeli

#63CEE2 color RGB value is (99,206,226).

  • kırmız ton 99;
  • yeşil ton 206;
  • mavi ton 226.
RGB:
(99,206,226)
(39%,81%,89%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 206 of 255 = 81%
B 226 of 255 = 89%

99
206
226

R + G + B ~ 70%. #63CEE2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 206 + 226 = 531 (100%)
R 99 of 531 ~ 18.64%
G 206 of 531 ~ 38.79%
B 226 of 531 ~ 42.56%

%18.64
%38.79
%42.56

CMYK RENK MODELİ

#63CEE2 rengi CMYK tonu (56,9,0,11).

  • camgöbeği tonu 56.19%
  • eflatun tonu 8.85%
  • sarı tonu 0.00%
  • ana renk tonu 11.37%
CMYK:
(56,9,0,11)
C56M9Y0K11 
(56%,9%,0%,11%)
(0.56/0.09/0.00/0.11)	

CMYK yüzdeleri

%56.19
%8.85
%0
%11.37

Codes

Color #63CEE2 in popluar color models

63CEE2
RGB99206226
HSL189°68.65%63.73%
HSB/HSV189°56.19%88.63%
CMYK56.19%8.85%0.00%
11.37%

Color #63CEE2 in popluar number systems.

HEX63CEE2
Decimal99206226
Binary11000111100111011100010
Octal143316342

Shades and tints

Shades of #63CEE2

#63CEE2
(99,206,226)
#5ABCCE
(90,188,206)
#51AABA
(81,170,186)
#4898A6
(72,152,166)
#3F8692
(63,134,146)
#36747E
(54,116,126)
#2D626A
(45,98,106)
#245056
(36,80,86)
#1B3E42
(27,62,66)
#122C2E
(18,44,46)
#091A1A
(9,26,26)
#000000
(0,0,0)

Tints of #63CEE2

#63CEE2
(99,206,226)
#71D2E4
(113,210,228)
#7FD6E6
(127,214,230)
#8DDAE8
(141,218,232)
#9BDEEA
(155,222,234)
#A9E2EC
(169,226,236)
#B7E6EE
(183,230,238)
#C5EAF0
(197,234,240)
#D3EEF2
(211,238,242)
#E1F2F4
(225,242,244)
#EFF6F6
(239,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63CEE2 color. Also use rgb(99,206,226) instead hex code.

Text Font Color

.myTextColor { color: #63CEE2; }

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

This text font color is #63CEE2.


Background Color

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

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

This div background color is #63CEE2.


Border color

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

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

This div border color is #63CEE2.


Opacity

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

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

Text with #63CEE2 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 #63CEE2;}

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

This text has shadow with #63CEE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63CEE2 on black background.


Color preview on white background

This text has color #63CEE2 on white background.



Black color preview on #63CEE2 background

This text has black color on #63CEE2 background.


White color preview on #63CEE2 background

This text has white color on #63CEE2 background.