#9AF5FC

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

Shades of Blizzard Blue #9AF5FC

Tints of Blizzard Blue #9AF5FC

Color information

#9AF5FC (or 0x9AF5FC) is unknown color: approx Blizzard Blue. HEX triplet: 9A, F5 and FC. RGB value is (154,245,252). Sum of RGB (Red+Green+Blue) = 154+245+252=651 (86% of max value = 765). Red value is 154 (60.55% from 255 or 23.66% from 651); Green value is 245 (96.09% from 255 or 37.63% from 651); Blue value is 252 (98.83% from 255 or 38.71% from 651); Max value from RGB is 252 - color contains mainly: blue. Hex color #9AF5FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AF5FC is #650A03. Grayscale: #DADADA. Windows color (decimal): -6621700 or 16577946. OLE color: 16577946.

HSL color Cylindrical-coordinate representation of color #9AF5FC: hue angle of 184.29º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AF5FC is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB154245252-
CMYK0.390.0300.01
HSL184.29º94.23%79.61%-
HSV(B)184.29º38.89%98.82%-
XYZ63.5579.2104.03-
YUV218.59146.8581.93-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 23.66%
GREEN value IS 245 (96.09% from 255) = 37.63%
BLUE value IS 252 (98.83% from 255) = 38.71%
R=23.66%
G=37.63%
B=38.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1542452520.390.0300.01184.2994.2379.61
Hex9AF5FC27301b85e50
Octal23236537447301270136120
Binary10011010111101011111110010011111011011100010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,245,252); }

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

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

 a { background-color: rgb(154,245,252); }

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

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

 span { border-color: rgb(154,245,252); }

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