Shades of Blizzard Blue #95EAEF
Tints of Blizzard Blue #95EAEF
RGB
CMYK
RGB Variations
Color information
#95EAEF (or 0x95EAEF) is known color: Blizzard Blue. HEX triplet: 95, EA and EF. RGB value is (149,234,239). Sum of RGB (Red+Green+Blue) = 149+234+239=622 (82% of max value = 765). Red value is 149 (58.59% from 255 or 23.95% from 622); Green value is 234 (91.80% from 255 or 37.62% from 622); Blue value is 239 (93.75% from 255 or 38.42% from 622); Max value from RGB is 239 - color contains mainly: blue. Hex color #95EAEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95EAEF is #6A1510. Grayscale: #D1D1D1. Windows color (decimal): -6952209 or 15723157. OLE color: 15723157.
HSL color Cylindrical-coordinate representation of color #95EAEF: hue angle of 183.33º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95EAEF is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 234 | 239 | - |
| CMYK | 0.38 | 0.02 | 0 | 0.06 |
| HSL | 183.33º | 0.74% | 0.76% | - |
| HSV(B) | 183.33º | 0.38% | 0.94% | - |
| XYZ | 57.4 | 71.47 | 92.43 | - |
| YUV | 209.16 | 144.84 | 85.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 234 | 239 | 0.38 | 0.02 | 0 | 0.06 | 183.33 | 0.74 | 0.76 |
| Hex | 95 | EA | EF | 26 | 2 | 0 | 6 | B7 | 4A | 4C |
| Octal | 225 | 352 | 357 | 46 | 2 | 0 | 6 | 267 | 112 | 114 |
| Binary | 10010101 | 11101010 | 11101111 | 100110 | 10 | 0 | 110 | 10110111 | 1001010 | 1001100 |
Color Harmonies of #95EAEF
Complementary color
Monochromatic Colors of #95EAEF
Black with #95EAEF
Text Example
Text Example
White with #95EAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EAEF; }
p { color: rgb(149,234,239); }
H1.HeaderClassName
{
color: #95EAEF;
}
.AnyTagClassName
{
color: #95EAEF;
}
</style>
background-color css
<style>
a { background-color: #95EAEF; }
a { background-color: rgb(149,234,239); }
div.DivClassName
{
background-color: #95EAEF;
}
.BgClassName
{
background-color: #95EAEF;
}
</style>
border-color css
<style>
span { border-color: #95EAEF; }
span { border-color: rgb(149,234,239); }
td.TdClassName
{
border-color: #95EAEF;
}
.TagClassName
{
border-color: #95EAEF;
}
</style>