Shades of Blizzard Blue #95E1EF
Tints of Blizzard Blue #95E1EF
RGB
CMYK
RGB Variations
Color information
#95E1EF (or 0x95E1EF) is known color: Blizzard Blue. HEX triplet: 95, E1 and EF. RGB value is (149,225,239). Sum of RGB (Red+Green+Blue) = 149+225+239=613 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.31% from 613); Green value is 225 (88.28% from 255 or 36.70% from 613); Blue value is 239 (93.75% from 255 or 38.99% from 613); Max value from RGB is 239 - color contains mainly: blue. Hex color #95E1EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95E1EF is #6A1E10. Grayscale: #CBCBCB. Windows color (decimal): -6954513 or 15720853. OLE color: 15720853.
HSL color Cylindrical-coordinate representation of color #95E1EF: hue angle of 189.33º 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 #95E1EF is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 225 | 239 | - |
| CMYK | 0.38 | 0.06 | 0 | 0.06 |
| HSL | 189.33º | 0.74% | 0.76% | - |
| HSV(B) | 189.33º | 0.38% | 0.94% | - |
| XYZ | 54.9 | 66.47 | 91.6 | - |
| YUV | 203.87 | 147.82 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 225 | 239 | 0.38 | 0.06 | 0 | 0.06 | 189.33 | 0.74 | 0.76 |
| Hex | 95 | E1 | EF | 26 | 6 | 0 | 6 | BD | 4A | 4C |
| Octal | 225 | 341 | 357 | 46 | 6 | 0 | 6 | 275 | 112 | 114 |
| Binary | 10010101 | 11100001 | 11101111 | 100110 | 110 | 0 | 110 | 10111101 | 1001010 | 1001100 |
Color Harmonies of #95E1EF
Complementary color
Monochromatic Colors of #95E1EF
Black with #95E1EF
Text Example
Text Example
White with #95E1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E1EF; }
p { color: rgb(149,225,239); }
H1.HeaderClassName
{
color: #95E1EF;
}
.AnyTagClassName
{
color: #95E1EF;
}
</style>
background-color css
<style>
a { background-color: #95E1EF; }
a { background-color: rgb(149,225,239); }
div.DivClassName
{
background-color: #95E1EF;
}
.BgClassName
{
background-color: #95E1EF;
}
</style>
border-color css
<style>
span { border-color: #95E1EF; }
span { border-color: rgb(149,225,239); }
td.TdClassName
{
border-color: #95E1EF;
}
.TagClassName
{
border-color: #95E1EF;
}
</style>