#96DCE9

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

Shades of Charlotte #96DCE9

Tints of Charlotte #96DCE9

Color information

#96DCE9 (or 0x96DCE9) is unknown color: approx Charlotte. HEX triplet: 96, DC and E9. RGB value is (150,220,233). Sum of RGB (Red+Green+Blue) = 150+220+233=603 (79% of max value = 765). Red value is 150 (58.98% from 255 or 24.88% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 233 (91.41% from 255 or 38.64% from 603); Max value from RGB is 233 - color contains mainly: blue. Hex color #96DCE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96DCE9 is #692316. Grayscale: #C8C8C8. Windows color (decimal): -6890263 or 15326358. OLE color: 15326358.

HSL color Cylindrical-coordinate representation of color #96DCE9: hue angle of 189.4º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96DCE9 is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB150220233-
CMYK0.360.0600.09
HSL189.4º65.35%75.1%-
HSV(B)189.4º35.62%91.37%-
XYZ52.8863.5586.57-
YUV200.55146.3191.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.88%
GREEN value IS 220 (86.33% from 255) = 36.48%
BLUE value IS 233 (91.41% from 255) = 38.64%
R=24.88%
G=36.48%
B=38.64%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1502202330.360.0600.09189.465.3575.1
Hex96DCE924609bd414b
Octal226334351446011275101113
Binary100101101101110011101001100100110010011011110110000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,220,233); }

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

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

 a { background-color: rgb(150,220,233); }

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

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

 span { border-color: rgb(150,220,233); }

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