Shades of Blizzard Blue #95E4EF
Tints of Blizzard Blue #95E4EF
RGB
CMYK
RGB Variations
Color information
#95E4EF (or 0x95E4EF) is known color: Blizzard Blue. HEX triplet: 95, E4 and EF. RGB value is (149,228,239). Sum of RGB (Red+Green+Blue) = 149+228+239=616 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.19% from 616); Green value is 228 (89.45% from 255 or 37.01% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 239 - color contains mainly: blue. Hex color #95E4EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95E4EF is #6A1B10. Grayscale: #CDCDCD. Windows color (decimal): -6953745 or 15721621. OLE color: 15721621.
HSL color Cylindrical-coordinate representation of color #95E4EF: hue angle of 187.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 #95E4EF is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 228 | 239 | - |
| CMYK | 0.38 | 0.05 | 0 | 0.06 |
| HSL | 187.33º | 0.74% | 0.76% | - |
| HSV(B) | 187.33º | 0.38% | 0.94% | - |
| XYZ | 55.72 | 68.11 | 91.87 | - |
| YUV | 205.63 | 146.83 | 87.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 228 | 239 | 0.38 | 0.05 | 0 | 0.06 | 187.33 | 0.74 | 0.76 |
| Hex | 95 | E4 | EF | 26 | 5 | 0 | 6 | BB | 4A | 4C |
| Octal | 225 | 344 | 357 | 46 | 5 | 0 | 6 | 273 | 112 | 114 |
| Binary | 10010101 | 11100100 | 11101111 | 100110 | 101 | 0 | 110 | 10111011 | 1001010 | 1001100 |
Color Harmonies of #95E4EF
Complementary color
Monochromatic Colors of #95E4EF
Black with #95E4EF
Text Example
Text Example
White with #95E4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E4EF; }
p { color: rgb(149,228,239); }
H1.HeaderClassName
{
color: #95E4EF;
}
.AnyTagClassName
{
color: #95E4EF;
}
</style>
background-color css
<style>
a { background-color: #95E4EF; }
a { background-color: rgb(149,228,239); }
div.DivClassName
{
background-color: #95E4EF;
}
.BgClassName
{
background-color: #95E4EF;
}
</style>
border-color css
<style>
span { border-color: #95E4EF; }
span { border-color: rgb(149,228,239); }
td.TdClassName
{
border-color: #95E4EF;
}
.TagClassName
{
border-color: #95E4EF;
}
</style>