Shades of Ice Cold #A3F1DC
Tints of Ice Cold #A3F1DC
RGB
CMYK
RGB Variations
Color information
#A3F1DC (or 0xA3F1DC) is known color: Ice Cold. HEX triplet: A3, F1 and DC. RGB value is (163,241,220). Sum of RGB (Red+Green+Blue) = 163+241+220=624 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.12% from 624); Green value is 241 (94.53% from 255 or 38.62% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 241 - color contains mainly: green. Hex color #A3F1DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3F1DC is #5C0E23. Grayscale: #D7D7D7. Windows color (decimal): -6032932 or 14479779. OLE color: 14479779.
HSL color Cylindrical-coordinate representation of color #A3F1DC: hue angle of 163.85º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3F1DC is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 241 | 220 | - |
| CMYK | 0.32 | 0 | 0.09 | 0.05 |
| HSL | 163.85º | 0.74% | 0.79% | - |
| HSV(B) | 163.85º | 0.32% | 0.95% | - |
| XYZ | 59.48 | 75.86 | 79.22 | - |
| YUV | 215.28 | 130.66 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 241 | 220 | 0.32 | 0 | 0.09 | 0.05 | 163.85 | 0.74 | 0.79 |
| Hex | A3 | F1 | DC | 20 | 0 | 9 | 5 | A4 | 4A | 4F |
| Octal | 243 | 361 | 334 | 40 | 0 | 11 | 5 | 244 | 112 | 117 |
| Binary | 10100011 | 11110001 | 11011100 | 100000 | 0 | 1001 | 101 | 10100100 | 1001010 | 1001111 |
Color Harmonies of #A3F1DC
Complementary color
Monochromatic Colors of #A3F1DC
Black with #A3F1DC
Text Example
Text Example
White with #A3F1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F1DC; }
p { color: rgb(163,241,220); }
H1.HeaderClassName
{
color: #A3F1DC;
}
.AnyTagClassName
{
color: #A3F1DC;
}
</style>
background-color css
<style>
a { background-color: #A3F1DC; }
a { background-color: rgb(163,241,220); }
div.DivClassName
{
background-color: #A3F1DC;
}
.BgClassName
{
background-color: #A3F1DC;
}
</style>
border-color css
<style>
span { border-color: #A3F1DC; }
span { border-color: rgb(163,241,220); }
td.TdClassName
{
border-color: #A3F1DC;
}
.TagClassName
{
border-color: #A3F1DC;
}
</style>