#9AF0FB

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

Shades of Blizzard Blue #9AF0FB

Tints of Blizzard Blue #9AF0FB

Color information

#9AF0FB (or 0x9AF0FB) is unknown color: approx Blizzard Blue. HEX triplet: 9A, F0 and FB. RGB value is (154,240,251). Sum of RGB (Red+Green+Blue) = 154+240+251=645 (85% of max value = 765). Red value is 154 (60.55% from 255 or 23.88% from 645); Green value is 240 (94.14% from 255 or 37.21% from 645); Blue value is 251 (98.44% from 255 or 38.91% from 645); Max value from RGB is 251 - color contains mainly: blue. Hex color #9AF0FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AF0FB is #650F04. Grayscale: #D7D7D7. Windows color (decimal): -6622981 or 16511130. OLE color: 16511130.

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

Color convert

RGB154240251-
CMYK0.390.0400.02
HSL186.8º92.38%79.41%-
HSV(B)186.8º38.65%98.43%-
XYZ61.976.16102.7-
YUV215.54148.0184.11-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 23.88%
GREEN value IS 240 (94.14% from 255) = 37.21%
BLUE value IS 251 (98.44% from 255) = 38.91%
R=23.88%
G=37.21%
B=38.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542402510.390.0400.02186.892.3879.41
Hex9AF0FB27402bb5c4f
Octal23236037347402273134117
Binary1001101011110000111110111001111000101011101110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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