Shades of Ice Cold #A3DFCA
Tints of Ice Cold #A3DFCA
RGB
CMYK
RGB Variations
Color information
#A3DFCA (or 0xA3DFCA) is known color: Ice Cold. HEX triplet: A3, DF and CA. RGB value is (163,223,202). Sum of RGB (Red+Green+Blue) = 163+223+202=588 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.72% from 588); Green value is 223 (87.5% from 255 or 37.93% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 223 - color contains mainly: green. Hex color #A3DFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DFCA is #5C2035. Grayscale: #CACACA. Windows color (decimal): -6037558 or 13295523. OLE color: 13295523.
HSL color Cylindrical-coordinate representation of color #A3DFCA: hue angle of 159º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A3DFCA is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 223 | 202 | - |
| CMYK | 0.27 | 0 | 0.09 | 0.13 |
| HSL | 159º | 0.48% | 0.76% | - |
| HSV(B) | 159º | 0.27% | 0.87% | - |
| XYZ | 52.15 | 64.83 | 65.64 | - |
| YUV | 202.67 | 127.62 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 223 | 202 | 0.27 | 0 | 0.09 | 0.13 | 159 | 0.48 | 0.76 |
| Hex | A3 | DF | CA | 1B | 0 | 9 | D | 9F | 30 | 4C |
| Octal | 243 | 337 | 312 | 33 | 0 | 11 | 15 | 237 | 60 | 114 |
| Binary | 10100011 | 11011111 | 11001010 | 11011 | 0 | 1001 | 1101 | 10011111 | 110000 | 1001100 |
Color Harmonies of #A3DFCA
Complementary color
Monochromatic Colors of #A3DFCA
Black with #A3DFCA
Text Example
Text Example
White with #A3DFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DFCA; }
p { color: rgb(163,223,202); }
H1.HeaderClassName
{
color: #A3DFCA;
}
.AnyTagClassName
{
color: #A3DFCA;
}
</style>
background-color css
<style>
a { background-color: #A3DFCA; }
a { background-color: rgb(163,223,202); }
div.DivClassName
{
background-color: #A3DFCA;
}
.BgClassName
{
background-color: #A3DFCA;
}
</style>
border-color css
<style>
span { border-color: #A3DFCA; }
span { border-color: rgb(163,223,202); }
td.TdClassName
{
border-color: #A3DFCA;
}
.TagClassName
{
border-color: #A3DFCA;
}
</style>