Shades of Ice Cold #A3ECDF
Tints of Ice Cold #A3ECDF
RGB
CMYK
RGB Variations
Color information
#A3ECDF (or 0xA3ECDF) is known color: Ice Cold. HEX triplet: A3, EC and DF. RGB value is (163,236,223). Sum of RGB (Red+Green+Blue) = 163+236+223=622 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.21% from 622); Green value is 236 (92.58% from 255 or 37.94% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 236 - color contains mainly: green. Hex color #A3ECDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3ECDF is #5C1320. Grayscale: #D4D4D4. Windows color (decimal): -6034209 or 14675107. OLE color: 14675107.
HSL color Cylindrical-coordinate representation of color #A3ECDF: hue angle of 169.32º 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 #A3ECDF is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 236 | 223 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.07 |
| HSL | 169.32º | 0.66% | 0.78% | - |
| HSV(B) | 169.32º | 0.31% | 0.93% | - |
| XYZ | 58.42 | 73.11 | 80.84 | - |
| YUV | 212.69 | 133.82 | 92.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 236 | 223 | 0.31 | 0 | 0.06 | 0.07 | 169.32 | 0.66 | 0.78 |
| Hex | A3 | EC | DF | 1F | 0 | 6 | 7 | A9 | 42 | 4E |
| Octal | 243 | 354 | 337 | 37 | 0 | 6 | 7 | 251 | 102 | 116 |
| Binary | 10100011 | 11101100 | 11011111 | 11111 | 0 | 110 | 111 | 10101001 | 1000010 | 1001110 |
Color Harmonies of #A3ECDF
Complementary color
Monochromatic Colors of #A3ECDF
Black with #A3ECDF
Text Example
Text Example
White with #A3ECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3ECDF; }
p { color: rgb(163,236,223); }
H1.HeaderClassName
{
color: #A3ECDF;
}
.AnyTagClassName
{
color: #A3ECDF;
}
</style>
background-color css
<style>
a { background-color: #A3ECDF; }
a { background-color: rgb(163,236,223); }
div.DivClassName
{
background-color: #A3ECDF;
}
.BgClassName
{
background-color: #A3ECDF;
}
</style>
border-color css
<style>
span { border-color: #A3ECDF; }
span { border-color: rgb(163,236,223); }
td.TdClassName
{
border-color: #A3ECDF;
}
.TagClassName
{
border-color: #A3ECDF;
}
</style>