#9DECF1

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

Shades of Blizzard Blue #9DECF1

Tints of Blizzard Blue #9DECF1

Color information

#9DECF1 (or 0x9DECF1) is unknown color: approx Blizzard Blue. HEX triplet: 9D, EC and F1. RGB value is (157,236,241). Sum of RGB (Red+Green+Blue) = 157+236+241=634 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.76% from 634); Green value is 236 (92.58% from 255 or 37.22% from 634); Blue value is 241 (94.53% from 255 or 38.01% from 634); Max value from RGB is 241 - color contains mainly: blue. Hex color #9DECF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DECF1 is #62130E. Grayscale: #D4D4D4. Windows color (decimal): -6427407 or 15854749. OLE color: 15854749.

HSL color Cylindrical-coordinate representation of color #9DECF1: hue angle of 183.57º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DECF1 is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB157236241-
CMYK0.350.0200.05
HSL183.57º75%78.04%-
HSV(B)183.57º34.85%94.51%-
XYZ59.7873.5194.26-
YUV212.95143.8388.09-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.76%
GREEN value IS 236 (92.58% from 255) = 37.22%
BLUE value IS 241 (94.53% from 255) = 38.01%
R=24.76%
G=37.22%
B=38.01%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1572362410.350.0200.05183.577578.04
Hex9DECF123205b84b4e
Octal23535436143205270113116
Binary1001110111101100111100011000111001011011100010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DECF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,236,241); }

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

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

 a { background-color: rgb(157,236,241); }

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

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

 span { border-color: rgb(157,236,241); }

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