#9DF0FA

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

Shades of Blizzard Blue #9DF0FA

Tints of Blizzard Blue #9DF0FA

Color information

#9DF0FA (or 0x9DF0FA) is unknown color: approx Blizzard Blue. HEX triplet: 9D, F0 and FA. RGB value is (157,240,250). Sum of RGB (Red+Green+Blue) = 157+240+250=647 (85% of max value = 765). Red value is 157 (61.72% from 255 or 24.27% from 647); Green value is 240 (94.14% from 255 or 37.09% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 250 - color contains mainly: blue. Hex color #9DF0FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DF0FA is #620F05. Grayscale: #D8D8D8. Windows color (decimal): -6426374 or 16445597. OLE color: 16445597.

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

Color convert

RGB157240250-
CMYK0.370.0400.02
HSL186.45º90.29%79.8%-
HSV(B)186.45º37.2%98.04%-
XYZ62.3276.39101.9-
YUV216.3214785.69-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.27%
GREEN value IS 240 (94.14% from 255) = 37.09%
BLUE value IS 250 (98.05% from 255) = 38.64%
R=24.27%
G=37.09%
B=38.64%

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
Decimal1572402500.370.0400.02186.4590.2979.8
Hex9DF0FA25402ba5a50
Octal23536037245402272132120
Binary1001110111110000111110101001011000101011101010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DF0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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