#99DEE6

Color #99DEE6 Charlotte (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Charlotte #99DEE6

Tints of Charlotte #99DEE6

Color information

#99DEE6 (or 0x99DEE6) is unknown color: approx Charlotte. HEX triplet: 99, DE and E6. RGB value is (153,222,230). Sum of RGB (Red+Green+Blue) = 153+222+230=605 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.29% from 605); Green value is 222 (87.11% from 255 or 36.69% from 605); Blue value is 230 (90.23% from 255 or 38.02% from 605); Max value from RGB is 230 - color contains mainly: blue. Hex color #99DEE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DEE6 is #662119. Grayscale: #CACACA. Windows color (decimal): -6693146 or 15130265. OLE color: 15130265.

HSL color Cylindrical-coordinate representation of color #99DEE6: hue angle of 186.23º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99DEE6 is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB153222230-
CMYK0.330.0300.10
HSL186.23º60.63%75.1%-
HSV(B)186.23º33.48%90.2%-
XYZ53.5464.7384.53-
YUV202.28143.6492.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 153 (60.16% from 255) = 25.29%
GREEN value IS 222 (87.11% from 255) = 36.69%
BLUE value IS 230 (90.23% from 255) = 38.02%
R=25.29%
G=36.69%
B=38.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1532222300.330.0300.10186.2360.6375.1
Hex99DEE62130Aba3d4b
Octal23133634641301227275113
Binary1001100111011110111001101000011101010101110101111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99DEE6; }

 p { color: rgb(153,222,230); }

 H1.HeaderClassName
 {
   color: #99DEE6;
 }
 .AnyTagClassName
 {
   color: #99DEE6;
 }
</style>
background-color css

<style>
 a { background-color: #99DEE6; }

 a { background-color: rgb(153,222,230); }

 div.DivClassName
 {
   background-color: #99DEE6;
 }
 .BgClassName
 {
   background-color: #99DEE6;
 }
</style>
border-color css

<style>
 span { border-color: #99DEE6; }

 span { border-color: rgb(153,222,230); }

 td.TdClassName
 {
   border-color: #99DEE6;
 }
 .TagClassName
 {
   border-color: #99DEE6;
 }
</style>