Shades of Blizzard Blue #95EAEA
Tints of Blizzard Blue #95EAEA
RGB
CMYK
RGB Variations
Color information
#95EAEA (or 0x95EAEA) is known color: Blizzard Blue. HEX triplet: 95, EA and EA. RGB value is (149,234,234). Sum of RGB (Red+Green+Blue) = 149+234+234=617 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.15% from 617); Green value is 234 (91.80% from 255 or 37.93% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #95EAEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95EAEA is #6A1515. Grayscale: #D0D0D0. Windows color (decimal): -6952214 or 15395477. OLE color: 15395477.
HSL color Cylindrical-coordinate representation of color #95EAEA: hue angle of 180º 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 #95EAEA is Cyan = 0.36, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 234 | 234 | - |
| CMYK | 0.36 | 0 | 0 | 0.08 |
| HSL | 180º | 0.67% | 0.75% | - |
| HSV(B) | 180º | 0.36% | 0.92% | - |
| XYZ | 56.67 | 71.18 | 88.59 | - |
| YUV | 208.59 | 142.34 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 234 | 234 | 0.36 | 0 | 0 | 0.08 | 180 | 0.67 | 0.75 |
| Hex | 95 | EA | EA | 24 | 0 | 0 | 8 | B4 | 43 | 4B |
| Octal | 225 | 352 | 352 | 44 | 0 | 0 | 10 | 264 | 103 | 113 |
| Binary | 10010101 | 11101010 | 11101010 | 100100 | 0 | 0 | 1000 | 10110100 | 1000011 | 1001011 |
Color Harmonies of #95EAEA
Complementary color
Monochromatic Colors of #95EAEA
Black with #95EAEA
Text Example
Text Example
White with #95EAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EAEA; }
p { color: rgb(149,234,234); }
H1.HeaderClassName
{
color: #95EAEA;
}
.AnyTagClassName
{
color: #95EAEA;
}
</style>
background-color css
<style>
a { background-color: #95EAEA; }
a { background-color: rgb(149,234,234); }
div.DivClassName
{
background-color: #95EAEA;
}
.BgClassName
{
background-color: #95EAEA;
}
</style>
border-color css
<style>
span { border-color: #95EAEA; }
span { border-color: rgb(149,234,234); }
td.TdClassName
{
border-color: #95EAEA;
}
.TagClassName
{
border-color: #95EAEA;
}
</style>