Shades of Ice Cold #ADDFD6
Tints of Ice Cold #ADDFD6
RGB
CMYK
RGB Variations
Color information
#ADDFD6 (or 0xADDFD6) is known color: Ice Cold. HEX triplet: AD, DF and D6. RGB value is (173,223,214). Sum of RGB (Red+Green+Blue) = 173+223+214=610 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.36% from 610); Green value is 223 (87.5% from 255 or 36.56% from 610); Blue value is 214 (83.98% from 255 or 35.08% from 610); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDFD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDFD6 is #522029. Grayscale: #CFCFCF. Windows color (decimal): -5382186 or 14081965. OLE color: 14081965.
HSL color Cylindrical-coordinate representation of color #ADDFD6: hue angle of 169.2º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADDFD6 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 214 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.13 |
| HSL | 169.2º | 0.44% | 0.78% | - |
| HSV(B) | 169.2º | 0.22% | 0.87% | - |
| XYZ | 55.76 | 66.51 | 73.52 | - |
| YUV | 207.02 | 131.94 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 214 | 0.22 | 0 | 0.04 | 0.13 | 169.2 | 0.44 | 0.78 |
| Hex | AD | DF | D6 | 16 | 0 | 4 | D | A9 | 2C | 4E |
| Octal | 255 | 337 | 326 | 26 | 0 | 4 | 15 | 251 | 54 | 116 |
| Binary | 10101101 | 11011111 | 11010110 | 10110 | 0 | 100 | 1101 | 10101001 | 101100 | 1001110 |
Color Harmonies of #ADDFD6
Complementary color
Monochromatic Colors of #ADDFD6
Black with #ADDFD6
Text Example
Text Example
White with #ADDFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDFD6; }
p { color: rgb(173,223,214); }
H1.HeaderClassName
{
color: #ADDFD6;
}
.AnyTagClassName
{
color: #ADDFD6;
}
</style>
background-color css
<style>
a { background-color: #ADDFD6; }
a { background-color: rgb(173,223,214); }
div.DivClassName
{
background-color: #ADDFD6;
}
.BgClassName
{
background-color: #ADDFD6;
}
</style>
border-color css
<style>
span { border-color: #ADDFD6; }
span { border-color: rgb(173,223,214); }
td.TdClassName
{
border-color: #ADDFD6;
}
.TagClassName
{
border-color: #ADDFD6;
}
</style>