Shades of Ice Cold #A3E8D8
Tints of Ice Cold #A3E8D8
RGB
CMYK
RGB Variations
Color information
#A3E8D8 (or 0xA3E8D8) is known color: Ice Cold. HEX triplet: A3, E8 and D8. RGB value is (163,232,216). Sum of RGB (Red+Green+Blue) = 163+232+216=611 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.68% from 611); Green value is 232 (91.02% from 255 or 37.97% from 611); Blue value is 216 (84.77% from 255 or 35.35% from 611); Max value from RGB is 232 - color contains mainly: green. Hex color #A3E8D8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3E8D8 is #5C1727. Grayscale: #D1D1D1. Windows color (decimal): -6035240 or 14215331. OLE color: 14215331.
HSL color Cylindrical-coordinate representation of color #A3E8D8: hue angle of 166.09º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3E8D8 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 232 | 216 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.09 |
| HSL | 166.09º | 0.6% | 0.77% | - |
| HSV(B) | 166.09º | 0.3% | 0.91% | - |
| XYZ | 56.36 | 70.46 | 75.6 | - |
| YUV | 209.55 | 131.64 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 232 | 216 | 0.30 | 0 | 0.07 | 0.09 | 166.09 | 0.6 | 0.77 |
| Hex | A3 | E8 | D8 | 1E | 0 | 7 | 9 | A6 | 3C | 4D |
| Octal | 243 | 350 | 330 | 36 | 0 | 7 | 11 | 246 | 74 | 115 |
| Binary | 10100011 | 11101000 | 11011000 | 11110 | 0 | 111 | 1001 | 10100110 | 111100 | 1001101 |
Color Harmonies of #A3E8D8
Complementary color
Monochromatic Colors of #A3E8D8
Black with #A3E8D8
Text Example
Text Example
White with #A3E8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E8D8; }
p { color: rgb(163,232,216); }
H1.HeaderClassName
{
color: #A3E8D8;
}
.AnyTagClassName
{
color: #A3E8D8;
}
</style>
background-color css
<style>
a { background-color: #A3E8D8; }
a { background-color: rgb(163,232,216); }
div.DivClassName
{
background-color: #A3E8D8;
}
.BgClassName
{
background-color: #A3E8D8;
}
</style>
border-color css
<style>
span { border-color: #A3E8D8; }
span { border-color: rgb(163,232,216); }
td.TdClassName
{
border-color: #A3E8D8;
}
.TagClassName
{
border-color: #A3E8D8;
}
</style>