Shades of Blizzard Blue #95EBE6
Tints of Blizzard Blue #95EBE6
RGB
CMYK
RGB Variations
Color information
#95EBE6 (or 0x95EBE6) is known color: Blizzard Blue. HEX triplet: 95, EB and E6. RGB value is (149,235,230). Sum of RGB (Red+Green+Blue) = 149+235+230=614 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.27% from 614); Green value is 235 (92.19% from 255 or 38.27% from 614); Blue value is 230 (90.23% from 255 or 37.46% from 614); Max value from RGB is 235 - color contains mainly: green. Hex color #95EBE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95EBE6 is #6A1419. Grayscale: #D0D0D0. Windows color (decimal): -6951962 or 15133589. OLE color: 15133589.
HSL color Cylindrical-coordinate representation of color #95EBE6: hue angle of 176.51º 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 #95EBE6 is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 235 | 230 | - |
| CMYK | 0.37 | 0 | 0.02 | 0.08 |
| HSL | 176.51º | 0.68% | 0.75% | - |
| HSV(B) | 176.51º | 0.37% | 0.92% | - |
| XYZ | 56.39 | 71.52 | 85.7 | - |
| YUV | 208.72 | 140.01 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 235 | 230 | 0.37 | 0 | 0.02 | 0.08 | 176.51 | 0.68 | 0.75 |
| Hex | 95 | EB | E6 | 25 | 0 | 2 | 8 | B1 | 44 | 4B |
| Octal | 225 | 353 | 346 | 45 | 0 | 2 | 10 | 261 | 104 | 113 |
| Binary | 10010101 | 11101011 | 11100110 | 100101 | 0 | 10 | 1000 | 10110001 | 1000100 | 1001011 |
Color Harmonies of #95EBE6
Complementary color
Monochromatic Colors of #95EBE6
Black with #95EBE6
Text Example
Text Example
White with #95EBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EBE6; }
p { color: rgb(149,235,230); }
H1.HeaderClassName
{
color: #95EBE6;
}
.AnyTagClassName
{
color: #95EBE6;
}
</style>
background-color css
<style>
a { background-color: #95EBE6; }
a { background-color: rgb(149,235,230); }
div.DivClassName
{
background-color: #95EBE6;
}
.BgClassName
{
background-color: #95EBE6;
}
</style>
border-color css
<style>
span { border-color: #95EBE6; }
span { border-color: rgb(149,235,230); }
td.TdClassName
{
border-color: #95EBE6;
}
.TagClassName
{
border-color: #95EBE6;
}
</style>