Shades of Ice Cold #95EDE0
Tints of Ice Cold #95EDE0
RGB
CMYK
RGB Variations
Color information
#95EDE0 (or 0x95EDE0) is known color: Ice Cold. HEX triplet: 95, ED and E0. RGB value is (149,237,224). Sum of RGB (Red+Green+Blue) = 149+237+224=610 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.43% from 610); Green value is 237 (92.97% from 255 or 38.85% from 610); Blue value is 224 (87.89% from 255 or 36.72% from 610); Max value from RGB is 237 - color contains mainly: green. Hex color #95EDE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EDE0 is #6A121F. Grayscale: #D1D1D1. Windows color (decimal): -6951456 or 14740885. OLE color: 14740885.
HSL color Cylindrical-coordinate representation of color #95EDE0: hue angle of 171.14º 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 #95EDE0 is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 237 | 224 | - |
| CMYK | 0.37 | 0 | 0.05 | 0.07 |
| HSL | 171.14º | 0.71% | 0.76% | - |
| HSV(B) | 171.14º | 0.37% | 0.93% | - |
| XYZ | 56.13 | 72.34 | 81.53 | - |
| YUV | 209.21 | 136.35 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 237 | 224 | 0.37 | 0 | 0.05 | 0.07 | 171.14 | 0.71 | 0.76 |
| Hex | 95 | ED | E0 | 25 | 0 | 5 | 7 | AB | 47 | 4C |
| Octal | 225 | 355 | 340 | 45 | 0 | 5 | 7 | 253 | 107 | 114 |
| Binary | 10010101 | 11101101 | 11100000 | 100101 | 0 | 101 | 111 | 10101011 | 1000111 | 1001100 |
Color Harmonies of #95EDE0
Complementary color
Monochromatic Colors of #95EDE0
Black with #95EDE0
Text Example
Text Example
White with #95EDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EDE0; }
p { color: rgb(149,237,224); }
H1.HeaderClassName
{
color: #95EDE0;
}
.AnyTagClassName
{
color: #95EDE0;
}
</style>
background-color css
<style>
a { background-color: #95EDE0; }
a { background-color: rgb(149,237,224); }
div.DivClassName
{
background-color: #95EDE0;
}
.BgClassName
{
background-color: #95EDE0;
}
</style>
border-color css
<style>
span { border-color: #95EDE0; }
span { border-color: rgb(149,237,224); }
td.TdClassName
{
border-color: #95EDE0;
}
.TagClassName
{
border-color: #95EDE0;
}
</style>