Shades of Blizzard Blue #95E7EA
Tints of Blizzard Blue #95E7EA
RGB
CMYK
RGB Variations
Color information
#95E7EA (or 0x95E7EA) is known color: Blizzard Blue. HEX triplet: 95, E7 and EA. RGB value is (149,231,234). Sum of RGB (Red+Green+Blue) = 149+231+234=614 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.27% from 614); Green value is 231 (90.62% from 255 or 37.62% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 234 - color contains mainly: blue. Hex color #95E7EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95E7EA is #6A1815. Grayscale: #CECECE. Windows color (decimal): -6952982 or 15394709. OLE color: 15394709.
HSL color Cylindrical-coordinate representation of color #95E7EA: hue angle of 182.12º 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 #95E7EA is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 231 | 234 | - |
| CMYK | 0.36 | 0.01 | 0 | 0.08 |
| HSL | 182.12º | 0.67% | 0.75% | - |
| HSV(B) | 182.12º | 0.36% | 0.92% | - |
| XYZ | 55.82 | 69.48 | 88.31 | - |
| YUV | 206.82 | 143.33 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 231 | 234 | 0.36 | 0.01 | 0 | 0.08 | 182.12 | 0.67 | 0.75 |
| Hex | 95 | E7 | EA | 24 | 1 | 0 | 8 | B6 | 43 | 4B |
| Octal | 225 | 347 | 352 | 44 | 1 | 0 | 10 | 266 | 103 | 113 |
| Binary | 10010101 | 11100111 | 11101010 | 100100 | 1 | 0 | 1000 | 10110110 | 1000011 | 1001011 |
Color Harmonies of #95E7EA
Complementary color
Monochromatic Colors of #95E7EA
Black with #95E7EA
Text Example
Text Example
White with #95E7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E7EA; }
p { color: rgb(149,231,234); }
H1.HeaderClassName
{
color: #95E7EA;
}
.AnyTagClassName
{
color: #95E7EA;
}
</style>
background-color css
<style>
a { background-color: #95E7EA; }
a { background-color: rgb(149,231,234); }
div.DivClassName
{
background-color: #95E7EA;
}
.BgClassName
{
background-color: #95E7EA;
}
</style>
border-color css
<style>
span { border-color: #95E7EA; }
span { border-color: rgb(149,231,234); }
td.TdClassName
{
border-color: #95E7EA;
}
.TagClassName
{
border-color: #95E7EA;
}
</style>