Shades of Ice Cold #95ECDD
Tints of Ice Cold #95ECDD
RGB
CMYK
RGB Variations
Color information
#95ECDD (or 0x95ECDD) is known color: Ice Cold. HEX triplet: 95, EC and DD. RGB value is (149,236,221). Sum of RGB (Red+Green+Blue) = 149+236+221=606 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.59% from 606); Green value is 236 (92.58% from 255 or 38.94% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 236 - color contains mainly: green. Hex color #95ECDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95ECDD is #6A1322. Grayscale: #D0D0D0. Windows color (decimal): -6951715 or 14544021. OLE color: 14544021.
HSL color Cylindrical-coordinate representation of color #95ECDD: hue angle of 169.66º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95ECDD is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 236 | 221 | - |
| CMYK | 0.37 | 0 | 0.06 | 0.07 |
| HSL | 169.66º | 0.7% | 0.75% | - |
| HSV(B) | 169.66º | 0.37% | 0.93% | - |
| XYZ | 55.44 | 71.6 | 79.3 | - |
| YUV | 208.28 | 135.18 | 85.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 236 | 221 | 0.37 | 0 | 0.06 | 0.07 | 169.66 | 0.7 | 0.75 |
| Hex | 95 | EC | DD | 25 | 0 | 6 | 7 | AA | 46 | 4B |
| Octal | 225 | 354 | 335 | 45 | 0 | 6 | 7 | 252 | 106 | 113 |
| Binary | 10010101 | 11101100 | 11011101 | 100101 | 0 | 110 | 111 | 10101010 | 1000110 | 1001011 |
Color Harmonies of #95ECDD
Complementary color
Monochromatic Colors of #95ECDD
Black with #95ECDD
Text Example
Text Example
White with #95ECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95ECDD; }
p { color: rgb(149,236,221); }
H1.HeaderClassName
{
color: #95ECDD;
}
.AnyTagClassName
{
color: #95ECDD;
}
</style>
background-color css
<style>
a { background-color: #95ECDD; }
a { background-color: rgb(149,236,221); }
div.DivClassName
{
background-color: #95ECDD;
}
.BgClassName
{
background-color: #95ECDD;
}
</style>
border-color css
<style>
span { border-color: #95ECDD; }
span { border-color: rgb(149,236,221); }
td.TdClassName
{
border-color: #95ECDD;
}
.TagClassName
{
border-color: #95ECDD;
}
</style>