#9CDFEA

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

Shades of Blizzard Blue #9CDFEA

Tints of Blizzard Blue #9CDFEA

Color information

#9CDFEA (or 0x9CDFEA) is unknown color: approx Blizzard Blue. HEX triplet: 9C, DF and EA. RGB value is (156,223,234). Sum of RGB (Red+Green+Blue) = 156+223+234=613 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.45% from 613); Green value is 223 (87.5% from 255 or 36.38% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 234 - color contains mainly: blue. Hex color #9CDFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CDFEA is #632015. Grayscale: #CCCCCC. Windows color (decimal): -6496278 or 15392668. OLE color: 15392668.

HSL color Cylindrical-coordinate representation of color #9CDFEA: hue angle of 188.46º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CDFEA is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB156223234-
CMYK0.330.0500.08
HSL188.46º65%76.47%-
HSV(B)188.46º33.33%91.76%-
XYZ54.9565.7887.64-
YUV204.22144.893.61-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.45%
GREEN value IS 223 (87.5% from 255) = 36.38%
BLUE value IS 234 (91.80% from 255) = 38.17%
R=25.45%
G=36.38%
B=38.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1562232340.330.0500.08188.466576.47
Hex9CDFEA21508bc414c
Octal234337352415010274101114
Binary100111001101111111101010100001101010001011110010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,223,234); }

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

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

 a { background-color: rgb(156,223,234); }

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

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

 span { border-color: rgb(156,223,234); }

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