#96DDED

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

Shades of Blizzard Blue #96DDED

Tints of Blizzard Blue #96DDED

Color information

#96DDED (or 0x96DDED) is unknown color: approx Blizzard Blue. HEX triplet: 96, DD and ED. RGB value is (150,221,237). Sum of RGB (Red+Green+Blue) = 150+221+237=608 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.67% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 237 (92.97% from 255 or 38.98% from 608); Max value from RGB is 237 - color contains mainly: blue. Hex color #96DDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96DDED is #692212. Grayscale: #C9C9C9. Windows color (decimal): -6890003 or 15588758. OLE color: 15588758.

HSL color Cylindrical-coordinate representation of color #96DDED: hue angle of 191.03º 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 #96DDED is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB150221237-
CMYK0.370.0700.07
HSL191.03º70.73%75.88%-
HSV(B)191.03º36.71%92.94%-
XYZ53.7264.3189.7-
YUV201.6147.9891.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.67%
GREEN value IS 221 (86.72% from 255) = 36.35%
BLUE value IS 237 (92.97% from 255) = 38.98%
R=24.67%
G=36.35%
B=38.98%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1502212370.370.0700.07191.0370.7375.88
Hex96DDED25707bf474c
Octal22633535545707277107114
Binary10010110110111011110110110010111101111011111110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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