Shades of Ice Cold #A8DFD1
Tints of Ice Cold #A8DFD1
RGB
CMYK
RGB Variations
Color information
#A8DFD1 (or 0xA8DFD1) is known color: Ice Cold. HEX triplet: A8, DF and D1. RGB value is (168,223,209). Sum of RGB (Red+Green+Blue) = 168+223+209=600 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28% from 600); Green value is 223 (87.5% from 255 or 37.17% from 600); Blue value is 209 (82.03% from 255 or 34.83% from 600); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DFD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DFD1 is #57202E. Grayscale: #CCCCCC. Windows color (decimal): -5709871 or 13754280. OLE color: 13754280.
HSL color Cylindrical-coordinate representation of color #A8DFD1: hue angle of 164.73º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8DFD1 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 223 | 209 | - |
| CMYK | 0.25 | 0 | 0.06 | 0.13 |
| HSL | 164.73º | 0.46% | 0.77% | - |
| HSV(B) | 164.73º | 0.25% | 0.87% | - |
| XYZ | 54.04 | 65.7 | 70.16 | - |
| YUV | 204.96 | 130.28 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 223 | 209 | 0.25 | 0 | 0.06 | 0.13 | 164.73 | 0.46 | 0.77 |
| Hex | A8 | DF | D1 | 19 | 0 | 6 | D | A5 | 2E | 4D |
| Octal | 250 | 337 | 321 | 31 | 0 | 6 | 15 | 245 | 56 | 115 |
| Binary | 10101000 | 11011111 | 11010001 | 11001 | 0 | 110 | 1101 | 10100101 | 101110 | 1001101 |
Color Harmonies of #A8DFD1
Complementary color
Monochromatic Colors of #A8DFD1
Black with #A8DFD1
Text Example
Text Example
White with #A8DFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DFD1; }
p { color: rgb(168,223,209); }
H1.HeaderClassName
{
color: #A8DFD1;
}
.AnyTagClassName
{
color: #A8DFD1;
}
</style>
background-color css
<style>
a { background-color: #A8DFD1; }
a { background-color: rgb(168,223,209); }
div.DivClassName
{
background-color: #A8DFD1;
}
.BgClassName
{
background-color: #A8DFD1;
}
</style>
border-color css
<style>
span { border-color: #A8DFD1; }
span { border-color: rgb(168,223,209); }
td.TdClassName
{
border-color: #A8DFD1;
}
.TagClassName
{
border-color: #A8DFD1;
}
</style>