Shades of Blizzard Blue #95EDF6
Tints of Blizzard Blue #95EDF6
RGB
CMYK
RGB Variations
Color information
#95EDF6 (or 0x95EDF6) is known color: Blizzard Blue. HEX triplet: 95, ED and F6. RGB value is (149,237,246). Sum of RGB (Red+Green+Blue) = 149+237+246=632 (83% of max value = 765). Red value is 149 (58.59% from 255 or 23.58% from 632); Green value is 237 (92.97% from 255 or 37.5% from 632); Blue value is 246 (96.48% from 255 or 38.92% from 632); Max value from RGB is 246 - color contains mainly: blue. Hex color #95EDF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95EDF6 is #6A1209. Grayscale: #D3D3D3. Windows color (decimal): -6951434 or 16182677. OLE color: 16182677.
HSL color Cylindrical-coordinate representation of color #95EDF6: hue angle of 185.57º 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 #95EDF6 is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 149 | 237 | 246 | - |
| CMYK | 0.39 | 0.04 | 0 | 0.04 |
| HSL | 185.57º | 0.84% | 0.77% | - |
| HSV(B) | 185.57º | 0.39% | 0.96% | - |
| XYZ | 59.31 | 73.61 | 98.27 | - |
| YUV | 211.71 | 147.35 | 83.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 237 | 246 | 0.39 | 0.04 | 0 | 0.04 | 185.57 | 0.84 | 0.77 |
| Hex | 95 | ED | F6 | 27 | 4 | 0 | 4 | BA | 54 | 4D |
| Octal | 225 | 355 | 366 | 47 | 4 | 0 | 4 | 272 | 124 | 115 |
| Binary | 10010101 | 11101101 | 11110110 | 100111 | 100 | 0 | 100 | 10111010 | 1010100 | 1001101 |
Color Harmonies of #95EDF6
Complementary color
Monochromatic Colors of #95EDF6
Black with #95EDF6
Text Example
Text Example
White with #95EDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EDF6; }
p { color: rgb(149,237,246); }
H1.HeaderClassName
{
color: #95EDF6;
}
.AnyTagClassName
{
color: #95EDF6;
}
</style>
background-color css
<style>
a { background-color: #95EDF6; }
a { background-color: rgb(149,237,246); }
div.DivClassName
{
background-color: #95EDF6;
}
.BgClassName
{
background-color: #95EDF6;
}
</style>
border-color css
<style>
span { border-color: #95EDF6; }
span { border-color: rgb(149,237,246); }
td.TdClassName
{
border-color: #95EDF6;
}
.TagClassName
{
border-color: #95EDF6;
}
</style>