Shades of Blizzard Blue #95E7F6
Tints of Blizzard Blue #95E7F6
RGB
CMYK
RGB Variations
Color information
#95E7F6 (or 0x95E7F6) is known color: Blizzard Blue. HEX triplet: 95, E7 and F6. RGB value is (149,231,246). Sum of RGB (Red+Green+Blue) = 149+231+246=626 (82% of max value = 765). Red value is 149 (58.59% from 255 or 23.80% from 626); Green value is 231 (90.62% from 255 or 36.90% from 626); Blue value is 246 (96.48% from 255 or 39.30% from 626); Max value from RGB is 246 - color contains mainly: blue. Hex color #95E7F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95E7F6 is #6A1809. Grayscale: #D0D0D0. Windows color (decimal): -6952970 or 16181141. OLE color: 16181141.
HSL color Cylindrical-coordinate representation of color #95E7F6: hue angle of 189.28º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95E7F6 is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 149 | 231 | 246 | - |
| CMYK | 0.39 | 0.06 | 0 | 0.04 |
| HSL | 189.28º | 0.84% | 0.77% | - |
| HSV(B) | 189.28º | 0.39% | 0.96% | - |
| XYZ | 57.6 | 70.2 | 97.7 | - |
| YUV | 208.19 | 149.33 | 85.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 231 | 246 | 0.39 | 0.06 | 0 | 0.04 | 189.28 | 0.84 | 0.77 |
| Hex | 95 | E7 | F6 | 27 | 6 | 0 | 4 | BD | 54 | 4D |
| Octal | 225 | 347 | 366 | 47 | 6 | 0 | 4 | 275 | 124 | 115 |
| Binary | 10010101 | 11100111 | 11110110 | 100111 | 110 | 0 | 100 | 10111101 | 1010100 | 1001101 |
Color Harmonies of #95E7F6
Complementary color
Monochromatic Colors of #95E7F6
Black with #95E7F6
Text Example
Text Example
White with #95E7F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E7F6; }
p { color: rgb(149,231,246); }
H1.HeaderClassName
{
color: #95E7F6;
}
.AnyTagClassName
{
color: #95E7F6;
}
</style>
background-color css
<style>
a { background-color: #95E7F6; }
a { background-color: rgb(149,231,246); }
div.DivClassName
{
background-color: #95E7F6;
}
.BgClassName
{
background-color: #95E7F6;
}
</style>
border-color css
<style>
span { border-color: #95E7F6; }
span { border-color: rgb(149,231,246); }
td.TdClassName
{
border-color: #95E7F6;
}
.TagClassName
{
border-color: #95E7F6;
}
</style>