Shades of Ice Cold #A3ECDA
Tints of Ice Cold #A3ECDA
RGB
CMYK
RGB Variations
Color information
#A3ECDA (or 0xA3ECDA) is known color: Ice Cold. HEX triplet: A3, EC and DA. RGB value is (163,236,218). Sum of RGB (Red+Green+Blue) = 163+236+218=617 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.42% from 617); Green value is 236 (92.58% from 255 or 38.25% from 617); Blue value is 218 (85.55% from 255 or 35.33% from 617); Max value from RGB is 236 - color contains mainly: green. Hex color #A3ECDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3ECDA is #5C1325. Grayscale: #D4D4D4. Windows color (decimal): -6034214 or 14347427. OLE color: 14347427.
HSL color Cylindrical-coordinate representation of color #A3ECDA: hue angle of 165.21º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3ECDA is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 236 | 218 | - |
| CMYK | 0.31 | 0 | 0.08 | 0.07 |
| HSL | 165.21º | 0.66% | 0.78% | - |
| HSV(B) | 165.21º | 0.31% | 0.93% | - |
| XYZ | 57.75 | 72.84 | 77.35 | - |
| YUV | 212.12 | 131.32 | 92.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 236 | 218 | 0.31 | 0 | 0.08 | 0.07 | 165.21 | 0.66 | 0.78 |
| Hex | A3 | EC | DA | 1F | 0 | 8 | 7 | A5 | 42 | 4E |
| Octal | 243 | 354 | 332 | 37 | 0 | 10 | 7 | 245 | 102 | 116 |
| Binary | 10100011 | 11101100 | 11011010 | 11111 | 0 | 1000 | 111 | 10100101 | 1000010 | 1001110 |
Color Harmonies of #A3ECDA
Complementary color
Monochromatic Colors of #A3ECDA
Black with #A3ECDA
Text Example
Text Example
White with #A3ECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3ECDA; }
p { color: rgb(163,236,218); }
H1.HeaderClassName
{
color: #A3ECDA;
}
.AnyTagClassName
{
color: #A3ECDA;
}
</style>
background-color css
<style>
a { background-color: #A3ECDA; }
a { background-color: rgb(163,236,218); }
div.DivClassName
{
background-color: #A3ECDA;
}
.BgClassName
{
background-color: #A3ECDA;
}
</style>
border-color css
<style>
span { border-color: #A3ECDA; }
span { border-color: rgb(163,236,218); }
td.TdClassName
{
border-color: #A3ECDA;
}
.TagClassName
{
border-color: #A3ECDA;
}
</style>