#96D6E5

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

Shades of Charlotte #96D6E5

Tints of Charlotte #96D6E5

Color information

#96D6E5 (or 0x96D6E5) is unknown color: approx Charlotte. HEX triplet: 96, D6 and E5. RGB value is (150,214,229). Sum of RGB (Red+Green+Blue) = 150+214+229=593 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.30% from 593); Green value is 214 (83.98% from 255 or 36.09% from 593); Blue value is 229 (89.84% from 255 or 38.62% from 593); Max value from RGB is 229 - color contains mainly: blue. Hex color #96D6E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D6E5 is #69291A. Grayscale: #C4C4C4. Windows color (decimal): -6891803 or 15062678. OLE color: 15062678.

HSL color Cylindrical-coordinate representation of color #96D6E5: hue angle of 191.39º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96D6E5 is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB150214229-
CMYK0.340.0700.10
HSL191.39º60.31%74.31%-
HSV(B)191.39º34.5%89.8%-
XYZ50.7760.2383.08-
YUV196.57146.394.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.30%
GREEN value IS 214 (83.98% from 255) = 36.09%
BLUE value IS 229 (89.84% from 255) = 38.62%
R=25.30%
G=36.09%
B=38.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1502142290.340.0700.10191.3960.3174.31
Hex96D6E52270Abf3c4a
Octal22632634542701227774112
Binary10010110110101101110010110001011101010101111111111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D6E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,214,229); }

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

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

 a { background-color: rgb(150,214,229); }

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

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

 span { border-color: rgb(150,214,229); }

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