Shades of Blizzard Blue #9EECFD
Tints of Blizzard Blue #9EECFD
RGB
CMYK
RGB Variations
Color information
#9EECFD (or 0x9EECFD) is known color: Blizzard Blue. HEX triplet: 9E, EC and FD. RGB value is (158,236,253). Sum of RGB (Red+Green+Blue) = 158+236+253=647 (85% of max value = 765). Red value is 158 (62.11% from 255 or 24.42% from 647); Green value is 236 (92.58% from 255 or 36.48% from 647); Blue value is 253 (99.22% from 255 or 39.10% from 647); Max value from RGB is 253 - color contains mainly: blue. Hex color #9EECFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EECFD is #611302. Grayscale: #D6D6D6. Windows color (decimal): -6361859 or 16641182. OLE color: 16641182.
HSL color Cylindrical-coordinate representation of color #9EECFD: hue angle of 190.74º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EECFD is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 158 | 236 | 253 | - |
CMYK | 0.38 | 0.07 | 0 | 0.01 |
HSL | 190.74º | 0.96% | 0.81% | - |
HSV(B) | 190.74º | 0.38% | 0.99% | - |
XYZ | 61.83 | 74.35 | 104.02 | - |
YUV | 214.62 | 149.66 | 87.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 158 | 236 | 253 | 0.38 | 0.07 | 0 | 0.01 | 190.74 | 0.96 | 0.81 |
Hex | 9E | EC | FD | 26 | 7 | 0 | 1 | BF | 60 | 51 |
Octal | 236 | 354 | 375 | 46 | 7 | 0 | 1 | 277 | 140 | 121 |
Binary | 10011110 | 11101100 | 11111101 | 100110 | 111 | 0 | 1 | 10111111 | 1100000 | 1010001 |
Color Harmonies of #9EECFD
Complementary color
Monochromatic Colors of #9EECFD
Black with #9EECFD
Text Example
Text Example
White with #9EECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EECFD; }
p { color: rgb(158,236,253); }
H1.HeaderClassName
{
color: #9EECFD;
}
.AnyTagClassName
{
color: #9EECFD;
}
</style>
background-color css
<style>
a { background-color: #9EECFD; }
a { background-color: rgb(158,236,253); }
div.DivClassName
{
background-color: #9EECFD;
}
.BgClassName
{
background-color: #9EECFD;
}
</style>
border-color css
<style>
span { border-color: #9EECFD; }
span { border-color: rgb(158,236,253); }
td.TdClassName
{
border-color: #9EECFD;
}
.TagClassName
{
border-color: #9EECFD;
}
</style>