#9DECFB

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

Shades of Blizzard Blue #9DECFB

Tints of Blizzard Blue #9DECFB

Color information

#9DECFB (or 0x9DECFB) is unknown color: approx Blizzard Blue. HEX triplet: 9D, EC and FB. RGB value is (157,236,251). Sum of RGB (Red+Green+Blue) = 157+236+251=644 (85% of max value = 765). Red value is 157 (61.72% from 255 or 24.38% from 644); Green value is 236 (92.58% from 255 or 36.65% from 644); Blue value is 251 (98.44% from 255 or 38.98% from 644); Max value from RGB is 251 - color contains mainly: blue. Hex color #9DECFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DECFB is #621304. Grayscale: #D5D5D5. Windows color (decimal): -6427397 or 16510109. OLE color: 16510109.

HSL color Cylindrical-coordinate representation of color #9DECFB: hue angle of 189.57º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DECFB is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB157236251-
CMYK0.370.0600.02
HSL189.57º92.16%80%-
HSV(B)189.57º37.45%98.43%-
XYZ61.3174.12102.34-
YUV214.09148.8387.28-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.38%
GREEN value IS 236 (92.58% from 255) = 36.65%
BLUE value IS 251 (98.44% from 255) = 38.98%
R=24.38%
G=36.65%
B=38.98%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1572362510.370.0600.02189.5792.1680
Hex9DECFB25602be5c50
Octal23535437345602276134120
Binary1001110111101100111110111001011100101011111010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DECFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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