Shades of Blizzard Blue #95F0EF
Tints of Blizzard Blue #95F0EF
RGB
CMYK
RGB Variations
Color information
#95F0EF (or 0x95F0EF) is known color: Blizzard Blue. HEX triplet: 95, F0 and EF. RGB value is (149,240,239). Sum of RGB (Red+Green+Blue) = 149+240+239=628 (83% of max value = 765). Red value is 149 (58.59% from 255 or 23.73% from 628); Green value is 240 (94.14% from 255 or 38.22% from 628); Blue value is 239 (93.75% from 255 or 38.06% from 628); Max value from RGB is 240 - color contains mainly: green. Hex color #95F0EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95F0EF is #6A0F10. Grayscale: #D4D4D4. Windows color (decimal): -6950673 or 15724693. OLE color: 15724693.
HSL color Cylindrical-coordinate representation of color #95F0EF: hue angle of 179.34º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95F0EF is Cyan = 0.38, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 240 | 239 | - |
| CMYK | 0.38 | 0 | 0.00 | 0.06 |
| HSL | 179.34º | 0.75% | 0.76% | - |
| HSV(B) | 179.34º | 0.38% | 0.94% | - |
| XYZ | 59.13 | 74.94 | 93.01 | - |
| YUV | 212.68 | 142.85 | 82.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 240 | 239 | 0.38 | 0 | 0.00 | 0.06 | 179.34 | 0.75 | 0.76 |
| Hex | 95 | F0 | EF | 26 | 0 | 0 | 6 | B3 | 4B | 4C |
| Octal | 225 | 360 | 357 | 46 | 0 | 0 | 6 | 263 | 113 | 114 |
| Binary | 10010101 | 11110000 | 11101111 | 100110 | 0 | 0 | 110 | 10110011 | 1001011 | 1001100 |
Color Harmonies of #95F0EF
Complementary color
Monochromatic Colors of #95F0EF
Black with #95F0EF
Text Example
Text Example
White with #95F0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F0EF; }
p { color: rgb(149,240,239); }
H1.HeaderClassName
{
color: #95F0EF;
}
.AnyTagClassName
{
color: #95F0EF;
}
</style>
background-color css
<style>
a { background-color: #95F0EF; }
a { background-color: rgb(149,240,239); }
div.DivClassName
{
background-color: #95F0EF;
}
.BgClassName
{
background-color: #95F0EF;
}
</style>
border-color css
<style>
span { border-color: #95F0EF; }
span { border-color: rgb(149,240,239); }
td.TdClassName
{
border-color: #95F0EF;
}
.TagClassName
{
border-color: #95F0EF;
}
</style>