Shades of Blizzard Blue #95EAE8
Tints of Blizzard Blue #95EAE8
RGB
CMYK
RGB Variations
Color information
#95EAE8 (or 0x95EAE8) is known color: Blizzard Blue. HEX triplet: 95, EA and E8. RGB value is (149,234,232). Sum of RGB (Red+Green+Blue) = 149+234+232=615 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.23% from 615); Green value is 234 (91.80% from 255 or 38.05% from 615); Blue value is 232 (91.02% from 255 or 37.72% from 615); Max value from RGB is 234 - color contains mainly: green. Hex color #95EAE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95EAE8 is #6A1517. Grayscale: #D0D0D0. Windows color (decimal): -6952216 or 15264405. OLE color: 15264405.
HSL color Cylindrical-coordinate representation of color #95EAE8: hue angle of 178.59º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95EAE8 is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 234 | 232 | - |
| CMYK | 0.36 | 0 | 0.01 | 0.08 |
| HSL | 178.59º | 0.67% | 0.75% | - |
| HSV(B) | 178.59º | 0.36% | 0.92% | - |
| XYZ | 56.38 | 71.06 | 87.09 | - |
| YUV | 208.36 | 141.34 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 234 | 232 | 0.36 | 0 | 0.01 | 0.08 | 178.59 | 0.67 | 0.75 |
| Hex | 95 | EA | E8 | 24 | 0 | 1 | 8 | B3 | 43 | 4B |
| Octal | 225 | 352 | 350 | 44 | 0 | 1 | 10 | 263 | 103 | 113 |
| Binary | 10010101 | 11101010 | 11101000 | 100100 | 0 | 1 | 1000 | 10110011 | 1000011 | 1001011 |
Color Harmonies of #95EAE8
Complementary color
Monochromatic Colors of #95EAE8
Black with #95EAE8
Text Example
Text Example
White with #95EAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EAE8; }
p { color: rgb(149,234,232); }
H1.HeaderClassName
{
color: #95EAE8;
}
.AnyTagClassName
{
color: #95EAE8;
}
</style>
background-color css
<style>
a { background-color: #95EAE8; }
a { background-color: rgb(149,234,232); }
div.DivClassName
{
background-color: #95EAE8;
}
.BgClassName
{
background-color: #95EAE8;
}
</style>
border-color css
<style>
span { border-color: #95EAE8; }
span { border-color: rgb(149,234,232); }
td.TdClassName
{
border-color: #95EAE8;
}
.TagClassName
{
border-color: #95EAE8;
}
</style>