Shades of Blizzard Blue #95EAF9
Tints of Blizzard Blue #95EAF9
RGB
CMYK
RGB Variations
Color information
#95EAF9 (or 0x95EAF9) is known color: Blizzard Blue. HEX triplet: 95, EA and F9. RGB value is (149,234,249). Sum of RGB (Red+Green+Blue) = 149+234+249=632 (83% of max value = 765). Red value is 149 (58.59% from 255 or 23.58% from 632); Green value is 234 (91.80% from 255 or 37.03% from 632); Blue value is 249 (97.66% from 255 or 39.40% from 632); Max value from RGB is 249 - color contains mainly: blue. Hex color #95EAF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95EAF9 is #6A1506. Grayscale: #D2D2D2. Windows color (decimal): -6952199 or 16378517. OLE color: 16378517.
HSL color Cylindrical-coordinate representation of color #95EAF9: hue angle of 189º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95EAF9 is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 234 | 249 | - |
| CMYK | 0.40 | 0.06 | 0 | 0.02 |
| HSL | 189º | 0.89% | 0.78% | - |
| HSV(B) | 189º | 0.4% | 0.98% | - |
| XYZ | 58.92 | 72.07 | 100.43 | - |
| YUV | 210.3 | 149.84 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 234 | 249 | 0.40 | 0.06 | 0 | 0.02 | 189 | 0.89 | 0.78 |
| Hex | 95 | EA | F9 | 28 | 6 | 0 | 2 | BD | 59 | 4E |
| Octal | 225 | 352 | 371 | 50 | 6 | 0 | 2 | 275 | 131 | 116 |
| Binary | 10010101 | 11101010 | 11111001 | 101000 | 110 | 0 | 10 | 10111101 | 1011001 | 1001110 |
Color Harmonies of #95EAF9
Complementary color
Monochromatic Colors of #95EAF9
Black with #95EAF9
Text Example
Text Example
White with #95EAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EAF9; }
p { color: rgb(149,234,249); }
H1.HeaderClassName
{
color: #95EAF9;
}
.AnyTagClassName
{
color: #95EAF9;
}
</style>
background-color css
<style>
a { background-color: #95EAF9; }
a { background-color: rgb(149,234,249); }
div.DivClassName
{
background-color: #95EAF9;
}
.BgClassName
{
background-color: #95EAF9;
}
</style>
border-color css
<style>
span { border-color: #95EAF9; }
span { border-color: rgb(149,234,249); }
td.TdClassName
{
border-color: #95EAF9;
}
.TagClassName
{
border-color: #95EAF9;
}
</style>