#96DAE0

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

Shades of Charlotte #96DAE0

Tints of Charlotte #96DAE0

Color information

#96DAE0 (or 0x96DAE0) is unknown color: approx Charlotte. HEX triplet: 96, DA and E0. RGB value is (150,218,224). Sum of RGB (Red+Green+Blue) = 150+218+224=592 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.34% from 592); Green value is 218 (85.55% from 255 or 36.82% from 592); Blue value is 224 (87.89% from 255 or 37.84% from 592); Max value from RGB is 224 - color contains mainly: blue. Hex color #96DAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DAE0 is #69251F. Grayscale: #C6C6C6. Windows color (decimal): -6890784 or 14736022. OLE color: 14736022.

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

Color convert

RGB150218224-
CMYK0.330.0300.12
HSL184.86º54.41%73.33%-
HSV(B)184.86º33.04%87.84%-
XYZ51.162.0179.8-
YUV198.35142.4793.51-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.34%
GREEN value IS 218 (85.55% from 255) = 36.82%
BLUE value IS 224 (87.89% from 255) = 37.84%
R=25.34%
G=36.82%
B=37.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1502182240.330.0300.12184.8654.4173.33
Hex96DAE02130Cb93649
Octal22633234041301427166111
Binary1001011011011010111000001000011101100101110011101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,218,224); }

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

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

 a { background-color: rgb(150,218,224); }

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

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

 span { border-color: rgb(150,218,224); }

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