Shades of Ice Cold #95ECDB
Tints of Ice Cold #95ECDB
RGB
CMYK
RGB Variations
Color information
#95ECDB (or 0x95ECDB) is known color: Ice Cold. HEX triplet: 95, EC and DB. RGB value is (149,236,219). Sum of RGB (Red+Green+Blue) = 149+236+219=604 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.67% from 604); Green value is 236 (92.58% from 255 or 39.07% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 236 - color contains mainly: green. Hex color #95ECDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95ECDB is #6A1324. Grayscale: #D0D0D0. Windows color (decimal): -6951717 or 14412949. OLE color: 14412949.
HSL color Cylindrical-coordinate representation of color #95ECDB: hue angle of 168.28º 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 #95ECDB is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 236 | 219 | - |
| CMYK | 0.37 | 0 | 0.07 | 0.07 |
| HSL | 168.28º | 0.7% | 0.75% | - |
| HSV(B) | 168.28º | 0.37% | 0.93% | - |
| XYZ | 55.18 | 71.49 | 77.91 | - |
| YUV | 208.05 | 134.18 | 85.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 236 | 219 | 0.37 | 0 | 0.07 | 0.07 | 168.28 | 0.7 | 0.75 |
| Hex | 95 | EC | DB | 25 | 0 | 7 | 7 | A8 | 46 | 4B |
| Octal | 225 | 354 | 333 | 45 | 0 | 7 | 7 | 250 | 106 | 113 |
| Binary | 10010101 | 11101100 | 11011011 | 100101 | 0 | 111 | 111 | 10101000 | 1000110 | 1001011 |
Color Harmonies of #95ECDB
Complementary color
Monochromatic Colors of #95ECDB
Black with #95ECDB
Text Example
Text Example
White with #95ECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95ECDB; }
p { color: rgb(149,236,219); }
H1.HeaderClassName
{
color: #95ECDB;
}
.AnyTagClassName
{
color: #95ECDB;
}
</style>
background-color css
<style>
a { background-color: #95ECDB; }
a { background-color: rgb(149,236,219); }
div.DivClassName
{
background-color: #95ECDB;
}
.BgClassName
{
background-color: #95ECDB;
}
</style>
border-color css
<style>
span { border-color: #95ECDB; }
span { border-color: rgb(149,236,219); }
td.TdClassName
{
border-color: #95ECDB;
}
.TagClassName
{
border-color: #95ECDB;
}
</style>