Shades of Blizzard Blue #9FE6F6
Tints of Blizzard Blue #9FE6F6
RGB
CMYK
RGB Variations
Color information
#9FE6F6 (or 0x9FE6F6) is known color: Blizzard Blue. HEX triplet: 9F, E6 and F6. RGB value is (159,230,246). Sum of RGB (Red+Green+Blue) = 159+230+246=635 (84% of max value = 765). Red value is 159 (62.5% from 255 or 25.04% from 635); Green value is 230 (90.23% from 255 or 36.22% from 635); Blue value is 246 (96.48% from 255 or 38.74% from 635); Max value from RGB is 246 - color contains mainly: blue. Hex color #9FE6F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FE6F6 is #601909. Grayscale: #D2D2D2. Windows color (decimal): -6297866 or 16180895. OLE color: 16180895.
HSL color Cylindrical-coordinate representation of color #9FE6F6: hue angle of 191.03º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FE6F6 is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 159 | 230 | 246 | - |
| CMYK | 0.35 | 0.07 | 0 | 0.04 |
| HSL | 191.03º | 0.83% | 0.79% | - |
| HSV(B) | 191.03º | 0.35% | 0.96% | - |
| XYZ | 59.23 | 70.62 | 97.7 | - |
| YUV | 210.6 | 147.98 | 91.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 230 | 246 | 0.35 | 0.07 | 0 | 0.04 | 191.03 | 0.83 | 0.79 |
| Hex | 9F | E6 | F6 | 23 | 7 | 0 | 4 | BF | 53 | 4F |
| Octal | 237 | 346 | 366 | 43 | 7 | 0 | 4 | 277 | 123 | 117 |
| Binary | 10011111 | 11100110 | 11110110 | 100011 | 111 | 0 | 100 | 10111111 | 1010011 | 1001111 |
Color Harmonies of #9FE6F6
Complementary color
Monochromatic Colors of #9FE6F6
Black with #9FE6F6
Text Example
Text Example
White with #9FE6F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE6F6; }
p { color: rgb(159,230,246); }
H1.HeaderClassName
{
color: #9FE6F6;
}
.AnyTagClassName
{
color: #9FE6F6;
}
</style>
background-color css
<style>
a { background-color: #9FE6F6; }
a { background-color: rgb(159,230,246); }
div.DivClassName
{
background-color: #9FE6F6;
}
.BgClassName
{
background-color: #9FE6F6;
}
</style>
border-color css
<style>
span { border-color: #9FE6F6; }
span { border-color: rgb(159,230,246); }
td.TdClassName
{
border-color: #9FE6F6;
}
.TagClassName
{
border-color: #9FE6F6;
}
</style>