#9CDAF0

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

Shades of Blizzard Blue #9CDAF0

Tints of Blizzard Blue #9CDAF0

Color information

#9CDAF0 (or 0x9CDAF0) is unknown color: approx Blizzard Blue. HEX triplet: 9C, DA and F0. RGB value is (156,218,240). Sum of RGB (Red+Green+Blue) = 156+218+240=614 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.41% from 614); Green value is 218 (85.55% from 255 or 35.50% from 614); Blue value is 240 (94.14% from 255 or 39.09% from 614); Max value from RGB is 240 - color contains mainly: blue. Hex color #9CDAF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CDAF0 is #63250F. Grayscale: #C9C9C9. Windows color (decimal): -6497552 or 15784604. OLE color: 15784604.

HSL color Cylindrical-coordinate representation of color #9CDAF0: hue angle of 195.71º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CDAF0 is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB156218240-
CMYK0.350.0900.06
HSL195.71º73.68%77.65%-
HSV(B)195.71º35%94.12%-
XYZ54.5163.591.82-
YUV201.97149.4695.21-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.41%
GREEN value IS 218 (85.55% from 255) = 35.50%
BLUE value IS 240 (94.14% from 255) = 39.09%
R=25.41%
G=35.50%
B=39.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1562182400.350.0900.06195.7173.6877.65
Hex9CDAF023906c44a4e
Octal234332360431106304112116
Binary100111001101101011110000100011100101101100010010010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CDAF0; }

 p { color: rgb(156,218,240); }

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

<style>
 a { background-color: #9CDAF0; }

 a { background-color: rgb(156,218,240); }

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

<style>
 span { border-color: #9CDAF0; }

 span { border-color: rgb(156,218,240); }

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