Shades of Blizzard Blue #95EBEA
Tints of Blizzard Blue #95EBEA
RGB
CMYK
RGB Variations
Color information
#95EBEA (or 0x95EBEA) is known color: Blizzard Blue. HEX triplet: 95, EB and EA. RGB value is (149,235,234). Sum of RGB (Red+Green+Blue) = 149+235+234=618 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.11% from 618); Green value is 235 (92.19% from 255 or 38.03% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 235 - color contains mainly: green. Hex color #95EBEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95EBEA is #6A1415. Grayscale: #D1D1D1. Windows color (decimal): -6951958 or 15395733. OLE color: 15395733.
HSL color Cylindrical-coordinate representation of color #95EBEA: hue angle of 179.3º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95EBEA is Cyan = 0.37, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 235 | 234 | - |
| CMYK | 0.37 | 0 | 0.00 | 0.08 |
| HSL | 179.3º | 0.68% | 0.75% | - |
| HSV(B) | 179.3º | 0.37% | 0.92% | - |
| XYZ | 56.95 | 71.75 | 88.69 | - |
| YUV | 209.17 | 142.01 | 85.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 235 | 234 | 0.37 | 0 | 0.00 | 0.08 | 179.3 | 0.68 | 0.75 |
| Hex | 95 | EB | EA | 25 | 0 | 0 | 8 | B3 | 44 | 4B |
| Octal | 225 | 353 | 352 | 45 | 0 | 0 | 10 | 263 | 104 | 113 |
| Binary | 10010101 | 11101011 | 11101010 | 100101 | 0 | 0 | 1000 | 10110011 | 1000100 | 1001011 |
Color Harmonies of #95EBEA
Complementary color
Monochromatic Colors of #95EBEA
Black with #95EBEA
Text Example
Text Example
White with #95EBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EBEA; }
p { color: rgb(149,235,234); }
H1.HeaderClassName
{
color: #95EBEA;
}
.AnyTagClassName
{
color: #95EBEA;
}
</style>
background-color css
<style>
a { background-color: #95EBEA; }
a { background-color: rgb(149,235,234); }
div.DivClassName
{
background-color: #95EBEA;
}
.BgClassName
{
background-color: #95EBEA;
}
</style>
border-color css
<style>
span { border-color: #95EBEA; }
span { border-color: rgb(149,235,234); }
td.TdClassName
{
border-color: #95EBEA;
}
.TagClassName
{
border-color: #95EBEA;
}
</style>