#9DECFA

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

Shades of Blizzard Blue #9DECFA

Tints of Blizzard Blue #9DECFA

Color information

#9DECFA (or 0x9DECFA) is unknown color: approx Blizzard Blue. HEX triplet: 9D, EC and FA. RGB value is (157,236,250). Sum of RGB (Red+Green+Blue) = 157+236+250=643 (85% of max value = 765). Red value is 157 (61.72% from 255 or 24.42% from 643); Green value is 236 (92.58% from 255 or 36.70% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 250 - color contains mainly: blue. Hex color #9DECFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DECFA is #621305. Grayscale: #D5D5D5. Windows color (decimal): -6427398 or 16444573. OLE color: 16444573.

HSL color Cylindrical-coordinate representation of color #9DECFA: hue angle of 189.03º degrees, saturation: 0.9, 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 #9DECFA is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB157236250-
CMYK0.370.0600.02
HSL189.03º90.29%79.8%-
HSV(B)189.03º37.2%98.04%-
XYZ61.1674.06101.51-
YUV213.97148.3387.36-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.42%
GREEN value IS 236 (92.58% from 255) = 36.70%
BLUE value IS 250 (98.05% from 255) = 38.88%
R=24.42%
G=36.70%
B=38.88%

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
Decimal1572362500.370.0600.02189.0390.2979.8
Hex9DECFA25602bd5a50
Octal23535437245602275132120
Binary1001110111101100111110101001011100101011110110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DECFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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