Shades of Ice Cold #A0E9DF
Tints of Ice Cold #A0E9DF
RGB
CMYK
RGB Variations
Color information
#A0E9DF (or 0xA0E9DF) is known color: Ice Cold. HEX triplet: A0, E9 and DF. RGB value is (160,233,223). Sum of RGB (Red+Green+Blue) = 160+233+223=616 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.97% from 616); Green value is 233 (91.41% from 255 or 37.82% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 233 - color contains mainly: green. Hex color #A0E9DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0E9DF is #5F1620. Grayscale: #D2D2D2. Windows color (decimal): -6231585 or 14674336. OLE color: 14674336.
HSL color Cylindrical-coordinate representation of color #A0E9DF: hue angle of 171.78º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0E9DF is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 233 | 223 | - |
| CMYK | 0.31 | 0 | 0.04 | 0.09 |
| HSL | 171.78º | 0.62% | 0.77% | - |
| HSV(B) | 171.78º | 0.31% | 0.91% | - |
| XYZ | 56.96 | 71.08 | 80.53 | - |
| YUV | 210.03 | 135.32 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 233 | 223 | 0.31 | 0 | 0.04 | 0.09 | 171.78 | 0.62 | 0.77 |
| Hex | A0 | E9 | DF | 1F | 0 | 4 | 9 | AC | 3E | 4D |
| Octal | 240 | 351 | 337 | 37 | 0 | 4 | 11 | 254 | 76 | 115 |
| Binary | 10100000 | 11101001 | 11011111 | 11111 | 0 | 100 | 1001 | 10101100 | 111110 | 1001101 |
Color Harmonies of #A0E9DF
Complementary color
Monochromatic Colors of #A0E9DF
Black with #A0E9DF
Text Example
Text Example
White with #A0E9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E9DF; }
p { color: rgb(160,233,223); }
H1.HeaderClassName
{
color: #A0E9DF;
}
.AnyTagClassName
{
color: #A0E9DF;
}
</style>
background-color css
<style>
a { background-color: #A0E9DF; }
a { background-color: rgb(160,233,223); }
div.DivClassName
{
background-color: #A0E9DF;
}
.BgClassName
{
background-color: #A0E9DF;
}
</style>
border-color css
<style>
span { border-color: #A0E9DF; }
span { border-color: rgb(160,233,223); }
td.TdClassName
{
border-color: #A0E9DF;
}
.TagClassName
{
border-color: #A0E9DF;
}
</style>