Shades of Blizzard Blue #95EBF1
Tints of Blizzard Blue #95EBF1
RGB
CMYK
RGB Variations
Color information
#95EBF1 (or 0x95EBF1) is known color: Blizzard Blue. HEX triplet: 95, EB and F1. RGB value is (149,235,241). Sum of RGB (Red+Green+Blue) = 149+235+241=625 (82% of max value = 765). Red value is 149 (58.59% from 255 or 23.84% from 625); Green value is 235 (92.19% from 255 or 37.6% from 625); Blue value is 241 (94.53% from 255 or 38.56% from 625); Max value from RGB is 241 - color contains mainly: blue. Hex color #95EBF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95EBF1 is #6A140E. Grayscale: #D1D1D1. Windows color (decimal): -6951951 or 15854485. OLE color: 15854485.
HSL color Cylindrical-coordinate representation of color #95EBF1: hue angle of 183.91º 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 #95EBF1 is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 235 | 241 | - |
| CMYK | 0.38 | 0.02 | 0 | 0.05 |
| HSL | 183.91º | 0.77% | 0.76% | - |
| HSV(B) | 183.91º | 0.38% | 0.95% | - |
| XYZ | 57.98 | 72.16 | 94.09 | - |
| YUV | 209.97 | 145.51 | 84.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 235 | 241 | 0.38 | 0.02 | 0 | 0.05 | 183.91 | 0.77 | 0.76 |
| Hex | 95 | EB | F1 | 26 | 2 | 0 | 5 | B8 | 4D | 4C |
| Octal | 225 | 353 | 361 | 46 | 2 | 0 | 5 | 270 | 115 | 114 |
| Binary | 10010101 | 11101011 | 11110001 | 100110 | 10 | 0 | 101 | 10111000 | 1001101 | 1001100 |
Color Harmonies of #95EBF1
Complementary color
Monochromatic Colors of #95EBF1
Black with #95EBF1
Text Example
Text Example
White with #95EBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EBF1; }
p { color: rgb(149,235,241); }
H1.HeaderClassName
{
color: #95EBF1;
}
.AnyTagClassName
{
color: #95EBF1;
}
</style>
background-color css
<style>
a { background-color: #95EBF1; }
a { background-color: rgb(149,235,241); }
div.DivClassName
{
background-color: #95EBF1;
}
.BgClassName
{
background-color: #95EBF1;
}
</style>
border-color css
<style>
span { border-color: #95EBF1; }
span { border-color: rgb(149,235,241); }
td.TdClassName
{
border-color: #95EBF1;
}
.TagClassName
{
border-color: #95EBF1;
}
</style>