Shades of Ice Cold #A3EADE
Tints of Ice Cold #A3EADE
RGB
CMYK
RGB Variations
Color information
#A3EADE (or 0xA3EADE) is known color: Ice Cold. HEX triplet: A3, EA and DE. RGB value is (163,234,222). Sum of RGB (Red+Green+Blue) = 163+234+222=619 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.33% from 619); Green value is 234 (91.80% from 255 or 37.80% from 619); Blue value is 222 (87.11% from 255 or 35.86% from 619); Max value from RGB is 234 - color contains mainly: green. Hex color #A3EADE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EADE is #5C1521. Grayscale: #D3D3D3. Windows color (decimal): -6034722 or 14609059. OLE color: 14609059.
HSL color Cylindrical-coordinate representation of color #A3EADE: hue angle of 169.86º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3EADE is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 234 | 222 | - |
| CMYK | 0.30 | 0 | 0.05 | 0.08 |
| HSL | 169.86º | 0.63% | 0.78% | - |
| HSV(B) | 169.86º | 0.3% | 0.92% | - |
| XYZ | 57.71 | 71.91 | 79.94 | - |
| YUV | 211.4 | 133.98 | 93.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 234 | 222 | 0.30 | 0 | 0.05 | 0.08 | 169.86 | 0.63 | 0.78 |
| Hex | A3 | EA | DE | 1E | 0 | 5 | 8 | AA | 3F | 4E |
| Octal | 243 | 352 | 336 | 36 | 0 | 5 | 10 | 252 | 77 | 116 |
| Binary | 10100011 | 11101010 | 11011110 | 11110 | 0 | 101 | 1000 | 10101010 | 111111 | 1001110 |
Color Harmonies of #A3EADE
Complementary color
Monochromatic Colors of #A3EADE
Black with #A3EADE
Text Example
Text Example
White with #A3EADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EADE; }
p { color: rgb(163,234,222); }
H1.HeaderClassName
{
color: #A3EADE;
}
.AnyTagClassName
{
color: #A3EADE;
}
</style>
background-color css
<style>
a { background-color: #A3EADE; }
a { background-color: rgb(163,234,222); }
div.DivClassName
{
background-color: #A3EADE;
}
.BgClassName
{
background-color: #A3EADE;
}
</style>
border-color css
<style>
span { border-color: #A3EADE; }
span { border-color: rgb(163,234,222); }
td.TdClassName
{
border-color: #A3EADE;
}
.TagClassName
{
border-color: #A3EADE;
}
</style>