Shades of Blizzard Blue #95E1F0
Tints of Blizzard Blue #95E1F0
RGB
CMYK
RGB Variations
Color information
#95E1F0 (or 0x95E1F0) is known color: Blizzard Blue. HEX triplet: 95, E1 and F0. RGB value is (149,225,240). Sum of RGB (Red+Green+Blue) = 149+225+240=614 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.27% from 614); Green value is 225 (88.28% from 255 or 36.64% from 614); Blue value is 240 (94.14% from 255 or 39.09% from 614); Max value from RGB is 240 - color contains mainly: blue. Hex color #95E1F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95E1F0 is #6A1E0F. Grayscale: #CBCBCB. Windows color (decimal): -6954512 or 15786389. OLE color: 15786389.
HSL color Cylindrical-coordinate representation of color #95E1F0: hue angle of 189.89º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95E1F0 is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 225 | 240 | - |
| CMYK | 0.38 | 0.06 | 0 | 0.06 |
| HSL | 189.89º | 0.75% | 0.76% | - |
| HSV(B) | 189.89º | 0.38% | 0.94% | - |
| XYZ | 55.05 | 66.53 | 92.38 | - |
| YUV | 203.99 | 148.32 | 88.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 225 | 240 | 0.38 | 0.06 | 0 | 0.06 | 189.89 | 0.75 | 0.76 |
| Hex | 95 | E1 | F0 | 26 | 6 | 0 | 6 | BE | 4B | 4C |
| Octal | 225 | 341 | 360 | 46 | 6 | 0 | 6 | 276 | 113 | 114 |
| Binary | 10010101 | 11100001 | 11110000 | 100110 | 110 | 0 | 110 | 10111110 | 1001011 | 1001100 |
Color Harmonies of #95E1F0
Complementary color
Monochromatic Colors of #95E1F0
Black with #95E1F0
Text Example
Text Example
White with #95E1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E1F0; }
p { color: rgb(149,225,240); }
H1.HeaderClassName
{
color: #95E1F0;
}
.AnyTagClassName
{
color: #95E1F0;
}
</style>
background-color css
<style>
a { background-color: #95E1F0; }
a { background-color: rgb(149,225,240); }
div.DivClassName
{
background-color: #95E1F0;
}
.BgClassName
{
background-color: #95E1F0;
}
</style>
border-color css
<style>
span { border-color: #95E1F0; }
span { border-color: rgb(149,225,240); }
td.TdClassName
{
border-color: #95E1F0;
}
.TagClassName
{
border-color: #95E1F0;
}
</style>