Shades of Blizzard Blue #95EFEA
Tints of Blizzard Blue #95EFEA
RGB
CMYK
RGB Variations
Color information
#95EFEA (or 0x95EFEA) is known color: Blizzard Blue. HEX triplet: 95, EF and EA. RGB value is (149,239,234). Sum of RGB (Red+Green+Blue) = 149+239+234=622 (82% of max value = 765). Red value is 149 (58.59% from 255 or 23.95% from 622); Green value is 239 (93.75% from 255 or 38.42% from 622); Blue value is 234 (91.80% from 255 or 37.62% from 622); Max value from RGB is 239 - color contains mainly: green. Hex color #95EFEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95EFEA is #6A1015. Grayscale: #D3D3D3. Windows color (decimal): -6950934 or 15396757. OLE color: 15396757.
HSL color Cylindrical-coordinate representation of color #95EFEA: hue angle of 176.67º 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 #95EFEA is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 239 | 234 | - |
| CMYK | 0.38 | 0 | 0.02 | 0.06 |
| HSL | 176.67º | 0.74% | 0.76% | - |
| HSV(B) | 176.67º | 0.38% | 0.94% | - |
| XYZ | 58.11 | 74.06 | 89.07 | - |
| YUV | 211.52 | 140.68 | 83.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 239 | 234 | 0.38 | 0 | 0.02 | 0.06 | 176.67 | 0.74 | 0.76 |
| Hex | 95 | EF | EA | 26 | 0 | 2 | 6 | B1 | 4A | 4C |
| Octal | 225 | 357 | 352 | 46 | 0 | 2 | 6 | 261 | 112 | 114 |
| Binary | 10010101 | 11101111 | 11101010 | 100110 | 0 | 10 | 110 | 10110001 | 1001010 | 1001100 |
Color Harmonies of #95EFEA
Complementary color
Monochromatic Colors of #95EFEA
Black with #95EFEA
Text Example
Text Example
White with #95EFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EFEA; }
p { color: rgb(149,239,234); }
H1.HeaderClassName
{
color: #95EFEA;
}
.AnyTagClassName
{
color: #95EFEA;
}
</style>
background-color css
<style>
a { background-color: #95EFEA; }
a { background-color: rgb(149,239,234); }
div.DivClassName
{
background-color: #95EFEA;
}
.BgClassName
{
background-color: #95EFEA;
}
</style>
border-color css
<style>
span { border-color: #95EFEA; }
span { border-color: rgb(149,239,234); }
td.TdClassName
{
border-color: #95EFEA;
}
.TagClassName
{
border-color: #95EFEA;
}
</style>