#96DAED

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

Shades of Charlotte #96DAED

Tints of Charlotte #96DAED

Color information

#96DAED (or 0x96DAED) is unknown color: approx Charlotte. HEX triplet: 96, DA and ED. RGB value is (150,218,237). Sum of RGB (Red+Green+Blue) = 150+218+237=605 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.79% from 605); Green value is 218 (85.55% from 255 or 36.03% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 237 - color contains mainly: blue. Hex color #96DAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96DAED is #692512. Grayscale: #C7C7C7. Windows color (decimal): -6890771 or 15587990. OLE color: 15587990.

HSL color Cylindrical-coordinate representation of color #96DAED: hue angle of 193.1º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96DAED is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB150218237-
CMYK0.370.0800.07
HSL193.1º70.73%75.88%-
HSV(B)193.1º36.71%92.94%-
XYZ52.9462.7489.44-
YUV199.83148.9792.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.79%
GREEN value IS 218 (85.55% from 255) = 36.03%
BLUE value IS 237 (92.97% from 255) = 39.17%
R=24.79%
G=36.03%
B=39.17%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1502182370.370.0800.07193.170.7375.88
Hex96DAED25807c1474c
Octal226332355451007301107114
Binary100101101101101011101101100101100001111100000110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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