#9AF0FA

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

Shades of Blizzard Blue #9AF0FA

Tints of Blizzard Blue #9AF0FA

Color information

#9AF0FA (or 0x9AF0FA) is unknown color: approx Blizzard Blue. HEX triplet: 9A, F0 and FA. RGB value is (154,240,250). Sum of RGB (Red+Green+Blue) = 154+240+250=644 (85% of max value = 765). Red value is 154 (60.55% from 255 or 23.91% from 644); Green value is 240 (94.14% from 255 or 37.27% from 644); Blue value is 250 (98.05% from 255 or 38.82% from 644); Max value from RGB is 250 - color contains mainly: blue. Hex color #9AF0FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AF0FA is #650F05. Grayscale: #D7D7D7. Windows color (decimal): -6622982 or 16445594. OLE color: 16445594.

HSL color Cylindrical-coordinate representation of color #9AF0FA: hue angle of 186.25º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AF0FA is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB154240250-
CMYK0.380.0400.02
HSL186.25º90.57%79.22%-
HSV(B)186.25º38.4%98.04%-
XYZ61.7476.09101.88-
YUV215.43147.5184.19-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 23.91%
GREEN value IS 240 (94.14% from 255) = 37.27%
BLUE value IS 250 (98.05% from 255) = 38.82%
R=23.91%
G=37.27%
B=38.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542402500.380.0400.02186.2590.5779.22
Hex9AF0FA26402ba5b4f
Octal23236037246402272133117
Binary1001101011110000111110101001101000101011101010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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