Shades of Blizzard Blue #95E6EF
Tints of Blizzard Blue #95E6EF
RGB
CMYK
RGB Variations
Color information
#95E6EF (or 0x95E6EF) is known color: Blizzard Blue. HEX triplet: 95, E6 and EF. RGB value is (149,230,239). Sum of RGB (Red+Green+Blue) = 149+230+239=618 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.11% from 618); Green value is 230 (90.23% from 255 or 37.22% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 239 - color contains mainly: blue. Hex color #95E6EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95E6EF is #6A1910. Grayscale: #CECECE. Windows color (decimal): -6953233 or 15722133. OLE color: 15722133.
HSL color Cylindrical-coordinate representation of color #95E6EF: hue angle of 186º degrees, saturation: 0.74, 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 #95E6EF is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 230 | 239 | - |
| CMYK | 0.38 | 0.04 | 0 | 0.06 |
| HSL | 186º | 0.74% | 0.76% | - |
| HSV(B) | 186º | 0.38% | 0.94% | - |
| XYZ | 56.27 | 69.22 | 92.06 | - |
| YUV | 206.81 | 146.16 | 86.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 230 | 239 | 0.38 | 0.04 | 0 | 0.06 | 186 | 0.74 | 0.76 |
| Hex | 95 | E6 | EF | 26 | 4 | 0 | 6 | BA | 4A | 4C |
| Octal | 225 | 346 | 357 | 46 | 4 | 0 | 6 | 272 | 112 | 114 |
| Binary | 10010101 | 11100110 | 11101111 | 100110 | 100 | 0 | 110 | 10111010 | 1001010 | 1001100 |
Color Harmonies of #95E6EF
Complementary color
Monochromatic Colors of #95E6EF
Black with #95E6EF
Text Example
Text Example
White with #95E6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E6EF; }
p { color: rgb(149,230,239); }
H1.HeaderClassName
{
color: #95E6EF;
}
.AnyTagClassName
{
color: #95E6EF;
}
</style>
background-color css
<style>
a { background-color: #95E6EF; }
a { background-color: rgb(149,230,239); }
div.DivClassName
{
background-color: #95E6EF;
}
.BgClassName
{
background-color: #95E6EF;
}
</style>
border-color css
<style>
span { border-color: #95E6EF; }
span { border-color: rgb(149,230,239); }
td.TdClassName
{
border-color: #95E6EF;
}
.TagClassName
{
border-color: #95E6EF;
}
</style>