Shades of Ice Cold #95EBDB
Tints of Ice Cold #95EBDB
RGB
CMYK
RGB Variations
Color information
#95EBDB (or 0x95EBDB) is known color: Ice Cold. HEX triplet: 95, EB and DB. RGB value is (149,235,219). Sum of RGB (Red+Green+Blue) = 149+235+219=603 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.71% from 603); Green value is 235 (92.19% from 255 or 38.97% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 235 - color contains mainly: green. Hex color #95EBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EBDB is #6A1424. Grayscale: #CFCFCF. Windows color (decimal): -6951973 or 14412693. OLE color: 14412693.
HSL color Cylindrical-coordinate representation of color #95EBDB: hue angle of 168.84º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95EBDB is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 235 | 219 | - |
| CMYK | 0.37 | 0 | 0.07 | 0.08 |
| HSL | 168.84º | 0.68% | 0.75% | - |
| HSV(B) | 168.84º | 0.37% | 0.92% | - |
| XYZ | 54.89 | 70.92 | 77.81 | - |
| YUV | 207.46 | 134.51 | 86.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 235 | 219 | 0.37 | 0 | 0.07 | 0.08 | 168.84 | 0.68 | 0.75 |
| Hex | 95 | EB | DB | 25 | 0 | 7 | 8 | A9 | 44 | 4B |
| Octal | 225 | 353 | 333 | 45 | 0 | 7 | 10 | 251 | 104 | 113 |
| Binary | 10010101 | 11101011 | 11011011 | 100101 | 0 | 111 | 1000 | 10101001 | 1000100 | 1001011 |
Color Harmonies of #95EBDB
Complementary color
Monochromatic Colors of #95EBDB
Black with #95EBDB
Text Example
Text Example
White with #95EBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EBDB; }
p { color: rgb(149,235,219); }
H1.HeaderClassName
{
color: #95EBDB;
}
.AnyTagClassName
{
color: #95EBDB;
}
</style>
background-color css
<style>
a { background-color: #95EBDB; }
a { background-color: rgb(149,235,219); }
div.DivClassName
{
background-color: #95EBDB;
}
.BgClassName
{
background-color: #95EBDB;
}
</style>
border-color css
<style>
span { border-color: #95EBDB; }
span { border-color: rgb(149,235,219); }
td.TdClassName
{
border-color: #95EBDB;
}
.TagClassName
{
border-color: #95EBDB;
}
</style>