#96DDE6

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

Shades of Charlotte #96DDE6

Tints of Charlotte #96DDE6

Color information

#96DDE6 (or 0x96DDE6) is unknown color: approx Charlotte. HEX triplet: 96, DD and E6. RGB value is (150,221,230). Sum of RGB (Red+Green+Blue) = 150+221+230=601 (79% of max value = 765). Red value is 150 (58.98% from 255 or 24.96% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 230 (90.23% from 255 or 38.27% from 601); Max value from RGB is 230 - color contains mainly: blue. Hex color #96DDE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96DDE6 is #692219. Grayscale: #C8C8C8. Windows color (decimal): -6890010 or 15130006. OLE color: 15130006.

HSL color Cylindrical-coordinate representation of color #96DDE6: hue angle of 186.75º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96DDE6 is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB150221230-
CMYK0.350.0400.10
HSL186.75º61.54%74.51%-
HSV(B)186.75º34.78%90.2%-
XYZ52.7263.9184.42-
YUV200.8144.4891.77-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.96%
GREEN value IS 221 (86.72% from 255) = 36.77%
BLUE value IS 230 (90.23% from 255) = 38.27%
R=24.96%
G=36.77%
B=38.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1502212300.350.0400.10186.7561.5474.51
Hex96DDE62340Abb3e4b
Octal22633534643401227376113
Binary10010110110111011110011010001110001010101110111111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96DDE6; }

 p { color: rgb(150,221,230); }

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

<style>
 a { background-color: #96DDE6; }

 a { background-color: rgb(150,221,230); }

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

<style>
 span { border-color: #96DDE6; }

 span { border-color: rgb(150,221,230); }

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