Shades of Blizzard Blue #95E8E6
Tints of Blizzard Blue #95E8E6
RGB
CMYK
RGB Variations
Color information
#95E8E6 (or 0x95E8E6) is known color: Blizzard Blue. HEX triplet: 95, E8 and E6. RGB value is (149,232,230). Sum of RGB (Red+Green+Blue) = 149+232+230=611 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.39% from 611); Green value is 232 (91.02% from 255 or 37.97% from 611); Blue value is 230 (90.23% from 255 or 37.64% from 611); Max value from RGB is 232 - color contains mainly: green. Hex color #95E8E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95E8E6 is #6A1719. Grayscale: #CECECE. Windows color (decimal): -6952730 or 15132821. OLE color: 15132821.
HSL color Cylindrical-coordinate representation of color #95E8E6: hue angle of 178.55º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95E8E6 is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 149 | 232 | 230 | - |
| CMYK | 0.36 | 0 | 0.01 | 0.09 |
| HSL | 178.55º | 0.64% | 0.75% | - |
| HSV(B) | 178.55º | 0.36% | 0.91% | - |
| XYZ | 55.53 | 69.82 | 85.41 | - |
| YUV | 206.96 | 141 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 232 | 230 | 0.36 | 0 | 0.01 | 0.09 | 178.55 | 0.64 | 0.75 |
| Hex | 95 | E8 | E6 | 24 | 0 | 1 | 9 | B3 | 40 | 4B |
| Octal | 225 | 350 | 346 | 44 | 0 | 1 | 11 | 263 | 100 | 113 |
| Binary | 10010101 | 11101000 | 11100110 | 100100 | 0 | 1 | 1001 | 10110011 | 1000000 | 1001011 |
Color Harmonies of #95E8E6
Complementary color
Monochromatic Colors of #95E8E6
Black with #95E8E6
Text Example
Text Example
White with #95E8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E8E6; }
p { color: rgb(149,232,230); }
H1.HeaderClassName
{
color: #95E8E6;
}
.AnyTagClassName
{
color: #95E8E6;
}
</style>
background-color css
<style>
a { background-color: #95E8E6; }
a { background-color: rgb(149,232,230); }
div.DivClassName
{
background-color: #95E8E6;
}
.BgClassName
{
background-color: #95E8E6;
}
</style>
border-color css
<style>
span { border-color: #95E8E6; }
span { border-color: rgb(149,232,230); }
td.TdClassName
{
border-color: #95E8E6;
}
.TagClassName
{
border-color: #95E8E6;
}
</style>