#96DAE1

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

Shades of Charlotte #96DAE1

Tints of Charlotte #96DAE1

Color information

#96DAE1 (or 0x96DAE1) is unknown color: approx Charlotte. HEX triplet: 96, DA and E1. RGB value is (150,218,225). Sum of RGB (Red+Green+Blue) = 150+218+225=593 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.30% from 593); Green value is 218 (85.55% from 255 or 36.76% from 593); Blue value is 225 (88.28% from 255 or 37.94% from 593); Max value from RGB is 225 - color contains mainly: blue. Hex color #96DAE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DAE1 is #69251E. Grayscale: #C6C6C6. Windows color (decimal): -6890783 or 14801558. OLE color: 14801558.

HSL color Cylindrical-coordinate representation of color #96DAE1: hue angle of 185.6º 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 #96DAE1 is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB150218225-
CMYK0.330.0300.12
HSL185.6º55.56%73.53%-
HSV(B)185.6º33.33%88.24%-
XYZ51.2462.0680.51-
YUV198.47142.9793.43-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.30%
GREEN value IS 218 (85.55% from 255) = 36.76%
BLUE value IS 225 (88.28% from 255) = 37.94%
R=25.30%
G=36.76%
B=37.94%

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
Decimal1502182250.330.0300.12185.655.5673.53
Hex96DAE12130Cba384a
Octal22633234141301427270112
Binary1001011011011010111000011000011101100101110101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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