Shades of Ice Cold #A3E8E0
Tints of Ice Cold #A3E8E0
RGB
CMYK
RGB Variations
Color information
#A3E8E0 (or 0xA3E8E0) is known color: Ice Cold. HEX triplet: A3, E8 and E0. RGB value is (163,232,224). Sum of RGB (Red+Green+Blue) = 163+232+224=619 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.33% from 619); Green value is 232 (91.02% from 255 or 37.48% from 619); Blue value is 224 (87.89% from 255 or 36.19% from 619); Max value from RGB is 232 - color contains mainly: green. Hex color #A3E8E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3E8E0 is #5C171F. Grayscale: #D2D2D2. Windows color (decimal): -6035232 or 14739619. OLE color: 14739619.
HSL color Cylindrical-coordinate representation of color #A3E8E0: hue angle of 173.04º 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 #A3E8E0 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 232 | 224 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.09 |
| HSL | 173.04º | 0.6% | 0.77% | - |
| HSV(B) | 173.04º | 0.3% | 0.91% | - |
| XYZ | 57.42 | 70.88 | 81.18 | - |
| YUV | 210.46 | 135.64 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 232 | 224 | 0.30 | 0 | 0.03 | 0.09 | 173.04 | 0.6 | 0.77 |
| Hex | A3 | E8 | E0 | 1E | 0 | 3 | 9 | AD | 3C | 4D |
| Octal | 243 | 350 | 340 | 36 | 0 | 3 | 11 | 255 | 74 | 115 |
| Binary | 10100011 | 11101000 | 11100000 | 11110 | 0 | 11 | 1001 | 10101101 | 111100 | 1001101 |
Color Harmonies of #A3E8E0
Complementary color
Monochromatic Colors of #A3E8E0
Black with #A3E8E0
Text Example
Text Example
White with #A3E8E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E8E0; }
p { color: rgb(163,232,224); }
H1.HeaderClassName
{
color: #A3E8E0;
}
.AnyTagClassName
{
color: #A3E8E0;
}
</style>
background-color css
<style>
a { background-color: #A3E8E0; }
a { background-color: rgb(163,232,224); }
div.DivClassName
{
background-color: #A3E8E0;
}
.BgClassName
{
background-color: #A3E8E0;
}
</style>
border-color css
<style>
span { border-color: #A3E8E0; }
span { border-color: rgb(163,232,224); }
td.TdClassName
{
border-color: #A3E8E0;
}
.TagClassName
{
border-color: #A3E8E0;
}
</style>