Shades of Blizzard Blue #95E8F1
Tints of Blizzard Blue #95E8F1
RGB
CMYK
RGB Variations
Color information
#95E8F1 (or 0x95E8F1) is known color: Blizzard Blue. HEX triplet: 95, E8 and F1. RGB value is (149,232,241). Sum of RGB (Red+Green+Blue) = 149+232+241=622 (82% of max value = 765). Red value is 149 (58.59% from 255 or 23.95% from 622); Green value is 232 (91.02% from 255 or 37.30% from 622); Blue value is 241 (94.53% from 255 or 38.75% from 622); Max value from RGB is 241 - color contains mainly: blue. Hex color #95E8F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95E8F1 is #6A170E. Grayscale: #D0D0D0. Windows color (decimal): -6952719 or 15853717. OLE color: 15853717.
HSL color Cylindrical-coordinate representation of color #95E8F1: hue angle of 185.87º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95E8F1 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 232 | 241 | - |
| CMYK | 0.38 | 0.04 | 0 | 0.05 |
| HSL | 185.87º | 0.77% | 0.76% | - |
| HSV(B) | 185.87º | 0.38% | 0.95% | - |
| XYZ | 57.13 | 70.45 | 93.81 | - |
| YUV | 208.21 | 146.5 | 85.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 232 | 241 | 0.38 | 0.04 | 0 | 0.05 | 185.87 | 0.77 | 0.76 |
| Hex | 95 | E8 | F1 | 26 | 4 | 0 | 5 | BA | 4D | 4C |
| Octal | 225 | 350 | 361 | 46 | 4 | 0 | 5 | 272 | 115 | 114 |
| Binary | 10010101 | 11101000 | 11110001 | 100110 | 100 | 0 | 101 | 10111010 | 1001101 | 1001100 |
Color Harmonies of #95E8F1
Complementary color
Monochromatic Colors of #95E8F1
Black with #95E8F1
Text Example
Text Example
White with #95E8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E8F1; }
p { color: rgb(149,232,241); }
H1.HeaderClassName
{
color: #95E8F1;
}
.AnyTagClassName
{
color: #95E8F1;
}
</style>
background-color css
<style>
a { background-color: #95E8F1; }
a { background-color: rgb(149,232,241); }
div.DivClassName
{
background-color: #95E8F1;
}
.BgClassName
{
background-color: #95E8F1;
}
</style>
border-color css
<style>
span { border-color: #95E8F1; }
span { border-color: rgb(149,232,241); }
td.TdClassName
{
border-color: #95E8F1;
}
.TagClassName
{
border-color: #95E8F1;
}
</style>