#9AF4FB

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

Shades of Blizzard Blue #9AF4FB

Tints of Blizzard Blue #9AF4FB

Color information

#9AF4FB (or 0x9AF4FB) is unknown color: approx Blizzard Blue. HEX triplet: 9A, F4 and FB. RGB value is (154,244,251). Sum of RGB (Red+Green+Blue) = 154+244+251=649 (85% of max value = 765). Red value is 154 (60.55% from 255 or 23.73% from 649); Green value is 244 (95.70% from 255 or 37.60% from 649); Blue value is 251 (98.44% from 255 or 38.67% from 649); Max value from RGB is 251 - color contains mainly: blue. Hex color #9AF4FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AF4FB is #650B04. Grayscale: #D9D9D9. Windows color (decimal): -6621957 or 16512154. OLE color: 16512154.

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

Color convert

RGB154244251-
CMYK0.390.0300.02
HSL184.33º92.38%79.41%-
HSV(B)184.33º38.65%98.43%-
XYZ63.0978.54103.1-
YUV217.89146.6882.43-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 23.73%
GREEN value IS 244 (95.70% from 255) = 37.60%
BLUE value IS 251 (98.44% from 255) = 38.67%
R=23.73%
G=37.60%
B=38.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542442510.390.0300.02184.3392.3879.41
Hex9AF4FB27302b85c4f
Octal23236437347302270134117
Binary100110101111010011111011100111110101011100010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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