Shades of Ice Cold #A0EBDF
Tints of Ice Cold #A0EBDF
RGB
CMYK
RGB Variations
Color information
#A0EBDF (or 0xA0EBDF) is known color: Ice Cold. HEX triplet: A0, EB and DF. RGB value is (160,235,223). Sum of RGB (Red+Green+Blue) = 160+235+223=618 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.89% from 618); Green value is 235 (92.19% from 255 or 38.03% from 618); Blue value is 223 (87.5% from 255 or 36.08% from 618); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EBDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EBDF is #5F1420. Grayscale: #D3D3D3. Windows color (decimal): -6231073 or 14674848. OLE color: 14674848.
HSL color Cylindrical-coordinate representation of color #A0EBDF: hue angle of 170.4º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0EBDF is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 235 | 223 | - |
| CMYK | 0.32 | 0 | 0.05 | 0.08 |
| HSL | 170.4º | 0.65% | 0.77% | - |
| HSV(B) | 170.4º | 0.32% | 0.92% | - |
| XYZ | 57.52 | 72.22 | 80.72 | - |
| YUV | 211.21 | 134.65 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 235 | 223 | 0.32 | 0 | 0.05 | 0.08 | 170.4 | 0.65 | 0.77 |
| Hex | A0 | EB | DF | 20 | 0 | 5 | 8 | AA | 41 | 4D |
| Octal | 240 | 353 | 337 | 40 | 0 | 5 | 10 | 252 | 101 | 115 |
| Binary | 10100000 | 11101011 | 11011111 | 100000 | 0 | 101 | 1000 | 10101010 | 1000001 | 1001101 |
Color Harmonies of #A0EBDF
Complementary color
Monochromatic Colors of #A0EBDF
Black with #A0EBDF
Text Example
Text Example
White with #A0EBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EBDF; }
p { color: rgb(160,235,223); }
H1.HeaderClassName
{
color: #A0EBDF;
}
.AnyTagClassName
{
color: #A0EBDF;
}
</style>
background-color css
<style>
a { background-color: #A0EBDF; }
a { background-color: rgb(160,235,223); }
div.DivClassName
{
background-color: #A0EBDF;
}
.BgClassName
{
background-color: #A0EBDF;
}
</style>
border-color css
<style>
span { border-color: #A0EBDF; }
span { border-color: rgb(160,235,223); }
td.TdClassName
{
border-color: #A0EBDF;
}
.TagClassName
{
border-color: #A0EBDF;
}
</style>