#9DECF2

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

Shades of Blizzard Blue #9DECF2

Tints of Blizzard Blue #9DECF2

Color information

#9DECF2 (or 0x9DECF2) is unknown color: approx Blizzard Blue. HEX triplet: 9D, EC and F2. RGB value is (157,236,242). Sum of RGB (Red+Green+Blue) = 157+236+242=635 (84% of max value = 765). Red value is 157 (61.72% from 255 or 24.72% from 635); Green value is 236 (92.58% from 255 or 37.17% from 635); Blue value is 242 (94.92% from 255 or 38.11% from 635); Max value from RGB is 242 - color contains mainly: blue. Hex color #9DECF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DECF2 is #62130D. Grayscale: #D4D4D4. Windows color (decimal): -6427406 or 15920285. OLE color: 15920285.

HSL color Cylindrical-coordinate representation of color #9DECF2: hue angle of 184.24º degrees, saturation: 0.77, 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 #9DECF2 is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB157236242-
CMYK0.350.0200.05
HSL184.24º76.58%78.24%-
HSV(B)184.24º35.12%94.9%-
XYZ59.9373.5795.05-
YUV213.06144.3388.01-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.72%
GREEN value IS 236 (92.58% from 255) = 37.17%
BLUE value IS 242 (94.92% from 255) = 38.11%
R=24.72%
G=37.17%
B=38.11%

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
Decimal1572362420.350.0200.05184.2476.5878.24
Hex9DECF223205b84d4e
Octal23535436243205270115116
Binary1001110111101100111100101000111001011011100010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DECF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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