Shades of Blizzard Blue #9DF3FE
Tints of Blizzard Blue #9DF3FE
RGB
CMYK
RGB Variations
Color information
#9DF3FE (or 0x9DF3FE) is known color: Blizzard Blue. HEX triplet: 9D, F3 and FE. RGB value is (157,243,254). Sum of RGB (Red+Green+Blue) = 157+243+254=654 (86% of max value = 765). Red value is 157 (61.72% from 255 or 24.01% from 654); Green value is 243 (95.31% from 255 or 37.16% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #9DF3FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DF3FE is #620C01. Grayscale: #DADADA. Windows color (decimal): -6425602 or 16708509. OLE color: 16708509.
HSL color Cylindrical-coordinate representation of color #9DF3FE: hue angle of 186.8º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DF3FE is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 157 | 243 | 254 | - |
| CMYK | 0.38 | 0.04 | 0 | 0.00 |
| HSL | 186.8º | 0.98% | 0.81% | - |
| HSV(B) | 186.8º | 0.38% | 1% | - |
| XYZ | 63.84 | 78.43 | 105.54 | - |
| YUV | 218.54 | 148.01 | 84.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 243 | 254 | 0.38 | 0.04 | 0 | 0.00 | 186.8 | 0.98 | 0.81 |
| Hex | 9D | F3 | FE | 26 | 4 | 0 | 0 | BB | 62 | 51 |
| Octal | 235 | 363 | 376 | 46 | 4 | 0 | 0 | 273 | 142 | 121 |
| Binary | 10011101 | 11110011 | 11111110 | 100110 | 100 | 0 | 0 | 10111011 | 1100010 | 1010001 |
Color Harmonies of #9DF3FE
Complementary color
Monochromatic Colors of #9DF3FE
Black with #9DF3FE
Text Example
Text Example
White with #9DF3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF3FE; }
p { color: rgb(157,243,254); }
H1.HeaderClassName
{
color: #9DF3FE;
}
.AnyTagClassName
{
color: #9DF3FE;
}
</style>
background-color css
<style>
a { background-color: #9DF3FE; }
a { background-color: rgb(157,243,254); }
div.DivClassName
{
background-color: #9DF3FE;
}
.BgClassName
{
background-color: #9DF3FE;
}
</style>
border-color css
<style>
span { border-color: #9DF3FE; }
span { border-color: rgb(157,243,254); }
td.TdClassName
{
border-color: #9DF3FE;
}
.TagClassName
{
border-color: #9DF3FE;
}
</style>