Shades of Blizzard Blue #9DF1FB
Tints of Blizzard Blue #9DF1FB
RGB
CMYK
RGB Variations
Color information
#9DF1FB (or 0x9DF1FB) is known color: Blizzard Blue. HEX triplet: 9D, F1 and FB. RGB value is (157,241,251). Sum of RGB (Red+Green+Blue) = 157+241+251=649 (85% of max value = 765). Red value is 157 (61.72% from 255 or 24.19% from 649); Green value is 241 (94.53% from 255 or 37.13% 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 #9DF1FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DF1FB is #620E04. Grayscale: #D8D8D8. Windows color (decimal): -6426117 or 16511389. OLE color: 16511389.
HSL color Cylindrical-coordinate representation of color #9DF1FB: hue angle of 186.38º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DF1FB is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 241 | 251 | - |
| CMYK | 0.37 | 0.04 | 0 | 0.02 |
| HSL | 186.38º | 0.92% | 0.8% | - |
| HSV(B) | 186.38º | 0.37% | 0.98% | - |
| XYZ | 62.77 | 77.04 | 102.83 | - |
| YUV | 217.02 | 147.17 | 85.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 241 | 251 | 0.37 | 0.04 | 0 | 0.02 | 186.38 | 0.92 | 0.8 |
| Hex | 9D | F1 | FB | 25 | 4 | 0 | 2 | BA | 5C | 50 |
| Octal | 235 | 361 | 373 | 45 | 4 | 0 | 2 | 272 | 134 | 120 |
| Binary | 10011101 | 11110001 | 11111011 | 100101 | 100 | 0 | 10 | 10111010 | 1011100 | 1010000 |
Color Harmonies of #9DF1FB
Complementary color
Monochromatic Colors of #9DF1FB
Black with #9DF1FB
Text Example
Text Example
White with #9DF1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF1FB; }
p { color: rgb(157,241,251); }
H1.HeaderClassName
{
color: #9DF1FB;
}
.AnyTagClassName
{
color: #9DF1FB;
}
</style>
background-color css
<style>
a { background-color: #9DF1FB; }
a { background-color: rgb(157,241,251); }
div.DivClassName
{
background-color: #9DF1FB;
}
.BgClassName
{
background-color: #9DF1FB;
}
</style>
border-color css
<style>
span { border-color: #9DF1FB; }
span { border-color: rgb(157,241,251); }
td.TdClassName
{
border-color: #9DF1FB;
}
.TagClassName
{
border-color: #9DF1FB;
}
</style>