Shades of Ice Cold #A3DFC9
Tints of Ice Cold #A3DFC9
RGB
CMYK
RGB Variations
Color information
#A3DFC9 (or 0xA3DFC9) is known color: Ice Cold. HEX triplet: A3, DF and C9. RGB value is (163,223,201). Sum of RGB (Red+Green+Blue) = 163+223+201=587 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.77% from 587); Green value is 223 (87.5% from 255 or 37.99% from 587); Blue value is 201 (78.91% from 255 or 34.24% from 587); Max value from RGB is 223 - color contains mainly: green. Hex color #A3DFC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DFC9 is #5C2036. Grayscale: #CACACA. Windows color (decimal): -6037559 or 13229987. OLE color: 13229987.
HSL color Cylindrical-coordinate representation of color #A3DFC9: hue angle of 158º 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 #A3DFC9 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 223 | 201 | - |
| CMYK | 0.27 | 0 | 0.10 | 0.13 |
| HSL | 158º | 0.48% | 0.76% | - |
| HSV(B) | 158º | 0.27% | 0.87% | - |
| XYZ | 52.03 | 64.78 | 65.02 | - |
| YUV | 202.55 | 127.12 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 223 | 201 | 0.27 | 0 | 0.10 | 0.13 | 158 | 0.48 | 0.76 |
| Hex | A3 | DF | C9 | 1B | 0 | A | D | 9E | 30 | 4C |
| Octal | 243 | 337 | 311 | 33 | 0 | 12 | 15 | 236 | 60 | 114 |
| Binary | 10100011 | 11011111 | 11001001 | 11011 | 0 | 1010 | 1101 | 10011110 | 110000 | 1001100 |
Color Harmonies of #A3DFC9
Complementary color
Monochromatic Colors of #A3DFC9
Black with #A3DFC9
Text Example
Text Example
White with #A3DFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DFC9; }
p { color: rgb(163,223,201); }
H1.HeaderClassName
{
color: #A3DFC9;
}
.AnyTagClassName
{
color: #A3DFC9;
}
</style>
background-color css
<style>
a { background-color: #A3DFC9; }
a { background-color: rgb(163,223,201); }
div.DivClassName
{
background-color: #A3DFC9;
}
.BgClassName
{
background-color: #A3DFC9;
}
</style>
border-color css
<style>
span { border-color: #A3DFC9; }
span { border-color: rgb(163,223,201); }
td.TdClassName
{
border-color: #A3DFC9;
}
.TagClassName
{
border-color: #A3DFC9;
}
</style>