#96D9E1

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

Shades of Charlotte #96D9E1

Tints of Charlotte #96D9E1

Color information

#96D9E1 (or 0x96D9E1) is unknown color: approx Charlotte. HEX triplet: 96, D9 and E1. RGB value is (150,217,225). Sum of RGB (Red+Green+Blue) = 150+217+225=592 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.34% from 592); Green value is 217 (85.16% from 255 or 36.66% from 592); Blue value is 225 (88.28% from 255 or 38.01% from 592); Max value from RGB is 225 - color contains mainly: blue. Hex color #96D9E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D9E1 is #69261E. Grayscale: #C5C5C5. Windows color (decimal): -6891039 or 14801302. OLE color: 14801302.

HSL color Cylindrical-coordinate representation of color #96D9E1: hue angle of 186.4º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96D9E1 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB150217225-
CMYK0.330.0400.12
HSL186.4º55.56%73.53%-
HSV(B)186.4º33.33%88.24%-
XYZ50.9861.5580.43-
YUV197.88143.393.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.34%
GREEN value IS 217 (85.16% from 255) = 36.66%
BLUE value IS 225 (88.28% from 255) = 38.01%
R=25.34%
G=36.66%
B=38.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1502172250.330.0400.12186.455.5673.53
Hex96D9E12140Cba384a
Octal22633134141401427270112
Binary10010110110110011110000110000110001100101110101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D9E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,217,225); }

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

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

 a { background-color: rgb(150,217,225); }

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

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

 span { border-color: rgb(150,217,225); }

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