Shades of Blizzard Blue #95E6E4
Tints of Blizzard Blue #95E6E4
RGB
CMYK
RGB Variations
Color information
#95E6E4 (or 0x95E6E4) is known color: Blizzard Blue. HEX triplet: 95, E6 and E4. RGB value is (149,230,228). Sum of RGB (Red+Green+Blue) = 149+230+228=607 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.55% from 607); Green value is 230 (90.23% from 255 or 37.89% from 607); Blue value is 228 (89.45% from 255 or 37.56% from 607); Max value from RGB is 230 - color contains mainly: green. Hex color #95E6E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95E6E4 is #6A191B. Grayscale: #CDCDCD. Windows color (decimal): -6953244 or 15001237. OLE color: 15001237.
HSL color Cylindrical-coordinate representation of color #95E6E4: hue angle of 178.52º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95E6E4 is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 149 | 230 | 228 | - |
| CMYK | 0.35 | 0 | 0.01 | 0.10 |
| HSL | 178.52º | 0.62% | 0.74% | - |
| HSV(B) | 178.52º | 0.35% | 0.9% | - |
| XYZ | 54.69 | 68.58 | 83.75 | - |
| YUV | 205.55 | 140.66 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 230 | 228 | 0.35 | 0 | 0.01 | 0.10 | 178.52 | 0.62 | 0.74 |
| Hex | 95 | E6 | E4 | 23 | 0 | 1 | A | B3 | 3E | 4A |
| Octal | 225 | 346 | 344 | 43 | 0 | 1 | 12 | 263 | 76 | 112 |
| Binary | 10010101 | 11100110 | 11100100 | 100011 | 0 | 1 | 1010 | 10110011 | 111110 | 1001010 |
Color Harmonies of #95E6E4
Complementary color
Monochromatic Colors of #95E6E4
Black with #95E6E4
Text Example
Text Example
White with #95E6E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E6E4; }
p { color: rgb(149,230,228); }
H1.HeaderClassName
{
color: #95E6E4;
}
.AnyTagClassName
{
color: #95E6E4;
}
</style>
background-color css
<style>
a { background-color: #95E6E4; }
a { background-color: rgb(149,230,228); }
div.DivClassName
{
background-color: #95E6E4;
}
.BgClassName
{
background-color: #95E6E4;
}
</style>
border-color css
<style>
span { border-color: #95E6E4; }
span { border-color: rgb(149,230,228); }
td.TdClassName
{
border-color: #95E6E4;
}
.TagClassName
{
border-color: #95E6E4;
}
</style>