Shades of Blizzard Blue #95E3EF
Tints of Blizzard Blue #95E3EF
RGB
CMYK
RGB Variations
Color information
#95E3EF (or 0x95E3EF) is known color: Blizzard Blue. HEX triplet: 95, E3 and EF. RGB value is (149,227,239). Sum of RGB (Red+Green+Blue) = 149+227+239=615 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.23% from 615); Green value is 227 (89.06% from 255 or 36.91% from 615); Blue value is 239 (93.75% from 255 or 38.86% from 615); Max value from RGB is 239 - color contains mainly: blue. Hex color #95E3EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95E3EF is #6A1C10. Grayscale: #CCCCCC. Windows color (decimal): -6954001 or 15721365. OLE color: 15721365.
HSL color Cylindrical-coordinate representation of color #95E3EF: hue angle of 188º 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 #95E3EF is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 227 | 239 | - |
| CMYK | 0.38 | 0.05 | 0 | 0.06 |
| HSL | 188º | 0.74% | 0.76% | - |
| HSV(B) | 188º | 0.38% | 0.94% | - |
| XYZ | 55.44 | 67.56 | 91.78 | - |
| YUV | 205.05 | 147.16 | 88.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 227 | 239 | 0.38 | 0.05 | 0 | 0.06 | 188 | 0.74 | 0.76 |
| Hex | 95 | E3 | EF | 26 | 5 | 0 | 6 | BC | 4A | 4C |
| Octal | 225 | 343 | 357 | 46 | 5 | 0 | 6 | 274 | 112 | 114 |
| Binary | 10010101 | 11100011 | 11101111 | 100110 | 101 | 0 | 110 | 10111100 | 1001010 | 1001100 |
Color Harmonies of #95E3EF
Complementary color
Monochromatic Colors of #95E3EF
Black with #95E3EF
Text Example
Text Example
White with #95E3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E3EF; }
p { color: rgb(149,227,239); }
H1.HeaderClassName
{
color: #95E3EF;
}
.AnyTagClassName
{
color: #95E3EF;
}
</style>
background-color css
<style>
a { background-color: #95E3EF; }
a { background-color: rgb(149,227,239); }
div.DivClassName
{
background-color: #95E3EF;
}
.BgClassName
{
background-color: #95E3EF;
}
</style>
border-color css
<style>
span { border-color: #95E3EF; }
span { border-color: rgb(149,227,239); }
td.TdClassName
{
border-color: #95E3EF;
}
.TagClassName
{
border-color: #95E3EF;
}
</style>