Shades of Ice Cold #95EDD9
Tints of Ice Cold #95EDD9
RGB
CMYK
RGB Variations
Color information
#95EDD9 (or 0x95EDD9) is known color: Ice Cold. HEX triplet: 95, ED and D9. RGB value is (149,237,217). Sum of RGB (Red+Green+Blue) = 149+237+217=603 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.71% from 603); Green value is 237 (92.97% from 255 or 39.30% from 603); Blue value is 217 (85.16% from 255 or 35.99% from 603); Max value from RGB is 237 - color contains mainly: green. Hex color #95EDD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EDD9 is #6A1226. Grayscale: #D0D0D0. Windows color (decimal): -6951463 or 14282133. OLE color: 14282133.
HSL color Cylindrical-coordinate representation of color #95EDD9: hue angle of 166.36º 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 #95EDD9 is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 237 | 217 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.07 |
| HSL | 166.36º | 0.71% | 0.76% | - |
| HSV(B) | 166.36º | 0.37% | 0.93% | - |
| XYZ | 55.2 | 71.97 | 76.63 | - |
| YUV | 208.41 | 132.85 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 237 | 217 | 0.37 | 0 | 0.08 | 0.07 | 166.36 | 0.71 | 0.76 |
| Hex | 95 | ED | D9 | 25 | 0 | 8 | 7 | A6 | 47 | 4C |
| Octal | 225 | 355 | 331 | 45 | 0 | 10 | 7 | 246 | 107 | 114 |
| Binary | 10010101 | 11101101 | 11011001 | 100101 | 0 | 1000 | 111 | 10100110 | 1000111 | 1001100 |
Color Harmonies of #95EDD9
Complementary color
Monochromatic Colors of #95EDD9
Black with #95EDD9
Text Example
Text Example
White with #95EDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EDD9; }
p { color: rgb(149,237,217); }
H1.HeaderClassName
{
color: #95EDD9;
}
.AnyTagClassName
{
color: #95EDD9;
}
</style>
background-color css
<style>
a { background-color: #95EDD9; }
a { background-color: rgb(149,237,217); }
div.DivClassName
{
background-color: #95EDD9;
}
.BgClassName
{
background-color: #95EDD9;
}
</style>
border-color css
<style>
span { border-color: #95EDD9; }
span { border-color: rgb(149,237,217); }
td.TdClassName
{
border-color: #95EDD9;
}
.TagClassName
{
border-color: #95EDD9;
}
</style>