Shades of Ice Cold #AFDFD4
Tints of Ice Cold #AFDFD4
RGB
CMYK
RGB Variations
Color information
#AFDFD4 (or 0xAFDFD4) is known color: Ice Cold. HEX triplet: AF, DF and D4. RGB value is (175,223,212). Sum of RGB (Red+Green+Blue) = 175+223+212=610 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.69% from 610); Green value is 223 (87.5% from 255 or 36.56% from 610); Blue value is 212 (83.20% from 255 or 34.75% from 610); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDFD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDFD4 is #50202B. Grayscale: #CFCFCF. Windows color (decimal): -5251116 or 13950895. OLE color: 13950895.
HSL color Cylindrical-coordinate representation of color #AFDFD4: hue angle of 166.25º degrees, saturation: 0.43, 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 #AFDFD4 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 223 | 212 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.13 |
| HSL | 166.25º | 0.43% | 0.78% | - |
| HSV(B) | 166.25º | 0.22% | 0.87% | - |
| XYZ | 55.95 | 66.64 | 72.2 | - |
| YUV | 207.39 | 130.6 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 223 | 212 | 0.22 | 0 | 0.05 | 0.13 | 166.25 | 0.43 | 0.78 |
| Hex | AF | DF | D4 | 16 | 0 | 5 | D | A6 | 2B | 4E |
| Octal | 257 | 337 | 324 | 26 | 0 | 5 | 15 | 246 | 53 | 116 |
| Binary | 10101111 | 11011111 | 11010100 | 10110 | 0 | 101 | 1101 | 10100110 | 101011 | 1001110 |
Color Harmonies of #AFDFD4
Complementary color
Monochromatic Colors of #AFDFD4
Black with #AFDFD4
Text Example
Text Example
White with #AFDFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDFD4; }
p { color: rgb(175,223,212); }
H1.HeaderClassName
{
color: #AFDFD4;
}
.AnyTagClassName
{
color: #AFDFD4;
}
</style>
background-color css
<style>
a { background-color: #AFDFD4; }
a { background-color: rgb(175,223,212); }
div.DivClassName
{
background-color: #AFDFD4;
}
.BgClassName
{
background-color: #AFDFD4;
}
</style>
border-color css
<style>
span { border-color: #AFDFD4; }
span { border-color: rgb(175,223,212); }
td.TdClassName
{
border-color: #AFDFD4;
}
.TagClassName
{
border-color: #AFDFD4;
}
</style>