#9DEFFA

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

Shades of Blizzard Blue #9DEFFA

Tints of Blizzard Blue #9DEFFA

Color information

#9DEFFA (or 0x9DEFFA) is unknown color: approx Blizzard Blue. HEX triplet: 9D, EF and FA. RGB value is (157,239,250). Sum of RGB (Red+Green+Blue) = 157+239+250=646 (85% of max value = 765). Red value is 157 (61.72% from 255 or 24.30% from 646); Green value is 239 (93.75% from 255 or 37.00% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 250 - color contains mainly: blue. Hex color #9DEFFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEFFA is #621005. Grayscale: #D7D7D7. Windows color (decimal): -6426630 or 16445341. OLE color: 16445341.

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

Color convert

RGB157239250-
CMYK0.370.0400.02
HSL187.1º90.29%79.8%-
HSV(B)187.1º37.2%98.04%-
XYZ62.0375.8101.8-
YUV215.74147.3386.11-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.30%
GREEN value IS 239 (93.75% from 255) = 37.00%
BLUE value IS 250 (98.05% from 255) = 38.70%
R=24.30%
G=37.00%
B=38.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1572392500.370.0400.02187.190.2979.8
Hex9DEFFA25402bb5a50
Octal23535737245402273132120
Binary1001110111101111111110101001011000101011101110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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