Shades of Blizzard Blue #95EDE5
Tints of Blizzard Blue #95EDE5
RGB
CMYK
RGB Variations
Color information
#95EDE5 (or 0x95EDE5) is known color: Blizzard Blue. HEX triplet: 95, ED and E5. RGB value is (149,237,229). Sum of RGB (Red+Green+Blue) = 149+237+229=615 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.23% from 615); Green value is 237 (92.97% from 255 or 38.54% from 615); Blue value is 229 (89.84% from 255 or 37.24% from 615); Max value from RGB is 237 - color contains mainly: green. Hex color #95EDE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EDE5 is #6A121A. Grayscale: #D1D1D1. Windows color (decimal): -6951451 or 15068565. OLE color: 15068565.
HSL color Cylindrical-coordinate representation of color #95EDE5: hue angle of 174.55º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95EDE5 is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 237 | 229 | - |
| CMYK | 0.37 | 0 | 0.03 | 0.07 |
| HSL | 174.55º | 0.71% | 0.76% | - |
| HSV(B) | 174.55º | 0.37% | 0.93% | - |
| XYZ | 56.82 | 72.62 | 85.15 | - |
| YUV | 209.78 | 138.85 | 84.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 237 | 229 | 0.37 | 0 | 0.03 | 0.07 | 174.55 | 0.71 | 0.76 |
| Hex | 95 | ED | E5 | 25 | 0 | 3 | 7 | AF | 47 | 4C |
| Octal | 225 | 355 | 345 | 45 | 0 | 3 | 7 | 257 | 107 | 114 |
| Binary | 10010101 | 11101101 | 11100101 | 100101 | 0 | 11 | 111 | 10101111 | 1000111 | 1001100 |
Color Harmonies of #95EDE5
Complementary color
Monochromatic Colors of #95EDE5
Black with #95EDE5
Text Example
Text Example
White with #95EDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EDE5; }
p { color: rgb(149,237,229); }
H1.HeaderClassName
{
color: #95EDE5;
}
.AnyTagClassName
{
color: #95EDE5;
}
</style>
background-color css
<style>
a { background-color: #95EDE5; }
a { background-color: rgb(149,237,229); }
div.DivClassName
{
background-color: #95EDE5;
}
.BgClassName
{
background-color: #95EDE5;
}
</style>
border-color css
<style>
span { border-color: #95EDE5; }
span { border-color: rgb(149,237,229); }
td.TdClassName
{
border-color: #95EDE5;
}
.TagClassName
{
border-color: #95EDE5;
}
</style>