Shades of Blizzard Blue #95E9EF
Tints of Blizzard Blue #95E9EF
RGB
CMYK
RGB Variations
Color information
#95E9EF (or 0x95E9EF) is known color: Blizzard Blue. HEX triplet: 95, E9 and EF. RGB value is (149,233,239). Sum of RGB (Red+Green+Blue) = 149+233+239=621 (82% of max value = 765). Red value is 149 (58.59% from 255 or 23.99% from 621); Green value is 233 (91.41% from 255 or 37.52% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 239 - color contains mainly: blue. Hex color #95E9EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95E9EF is #6A1610. Grayscale: #D0D0D0. Windows color (decimal): -6952465 or 15722901. OLE color: 15722901.
HSL color Cylindrical-coordinate representation of color #95E9EF: hue angle of 184º degrees, saturation: 0.74, 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 #95E9EF is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 233 | 239 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.06 |
| HSL | 184º | 0.74% | 0.76% | - |
| HSV(B) | 184º | 0.38% | 0.94% | - |
| XYZ | 57.11 | 70.9 | 92.34 | - |
| YUV | 208.57 | 145.17 | 85.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 233 | 239 | 0.38 | 0.03 | 0 | 0.06 | 184 | 0.74 | 0.76 |
| Hex | 95 | E9 | EF | 26 | 3 | 0 | 6 | B8 | 4A | 4C |
| Octal | 225 | 351 | 357 | 46 | 3 | 0 | 6 | 270 | 112 | 114 |
| Binary | 10010101 | 11101001 | 11101111 | 100110 | 11 | 0 | 110 | 10111000 | 1001010 | 1001100 |
Color Harmonies of #95E9EF
Complementary color
Monochromatic Colors of #95E9EF
Black with #95E9EF
Text Example
Text Example
White with #95E9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E9EF; }
p { color: rgb(149,233,239); }
H1.HeaderClassName
{
color: #95E9EF;
}
.AnyTagClassName
{
color: #95E9EF;
}
</style>
background-color css
<style>
a { background-color: #95E9EF; }
a { background-color: rgb(149,233,239); }
div.DivClassName
{
background-color: #95E9EF;
}
.BgClassName
{
background-color: #95E9EF;
}
</style>
border-color css
<style>
span { border-color: #95E9EF; }
span { border-color: rgb(149,233,239); }
td.TdClassName
{
border-color: #95E9EF;
}
.TagClassName
{
border-color: #95E9EF;
}
</style>