Shades of Blizzard Blue #9AF5FC
Tints of Blizzard Blue #9AF5FC
RGB
CMYK
RGB Variations
Color information
#9AF5FC (or 0x9AF5FC) is known color: 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
RGB | 154 | 245 | 252 | - |
CMYK | 0.39 | 0.03 | 0 | 0.01 |
HSL | 184.29º | 0.94% | 0.8% | - |
HSV(B) | 184.29º | 0.39% | 0.99% | - |
XYZ | 63.55 | 79.2 | 104.03 | - |
YUV | 218.59 | 146.85 | 81.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 154 | 245 | 252 | 0.39 | 0.03 | 0 | 0.01 | 184.29 | 0.94 | 0.8 |
Hex | 9A | F5 | FC | 27 | 3 | 0 | 1 | B8 | 5E | 50 |
Octal | 232 | 365 | 374 | 47 | 3 | 0 | 1 | 270 | 136 | 120 |
Binary | 10011010 | 11110101 | 11111100 | 100111 | 11 | 0 | 1 | 10111000 | 1011110 | 1010000 |
Color Harmonies of #9AF5FC
Complementary color
Monochromatic Colors of #9AF5FC
Black with #9AF5FC
Text Example
Text Example
White with #9AF5FC
Text Example
Text Example
HTML Codes & Css Web 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>