Shades of Ice Cold #AFE1DC
Tints of Ice Cold #AFE1DC
RGB
CMYK
RGB Variations
Color information
#AFE1DC (or 0xAFE1DC) is known color: Ice Cold. HEX triplet: AF, E1 and DC. RGB value is (175,225,220). Sum of RGB (Red+Green+Blue) = 175+225+220=620 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.23% from 620); Green value is 225 (88.28% from 255 or 36.29% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE1DC is #501E23. Grayscale: #D1D1D1. Windows color (decimal): -5250596 or 14475695. OLE color: 14475695.
HSL color Cylindrical-coordinate representation of color #AFE1DC: hue angle of 174º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFE1DC is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 225 | 220 | - |
| CMYK | 0.22 | 0 | 0.02 | 0.12 |
| HSL | 174º | 0.45% | 0.78% | - |
| HSV(B) | 174º | 0.22% | 0.88% | - |
| XYZ | 57.52 | 68.13 | 77.83 | - |
| YUV | 209.48 | 133.94 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 225 | 220 | 0.22 | 0 | 0.02 | 0.12 | 174 | 0.45 | 0.78 |
| Hex | AF | E1 | DC | 16 | 0 | 2 | C | AE | 2D | 4E |
| Octal | 257 | 341 | 334 | 26 | 0 | 2 | 14 | 256 | 55 | 116 |
| Binary | 10101111 | 11100001 | 11011100 | 10110 | 0 | 10 | 1100 | 10101110 | 101101 | 1001110 |
Color Harmonies of #AFE1DC
Complementary color
Monochromatic Colors of #AFE1DC
Black with #AFE1DC
Text Example
Text Example
White with #AFE1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE1DC; }
p { color: rgb(175,225,220); }
H1.HeaderClassName
{
color: #AFE1DC;
}
.AnyTagClassName
{
color: #AFE1DC;
}
</style>
background-color css
<style>
a { background-color: #AFE1DC; }
a { background-color: rgb(175,225,220); }
div.DivClassName
{
background-color: #AFE1DC;
}
.BgClassName
{
background-color: #AFE1DC;
}
</style>
border-color css
<style>
span { border-color: #AFE1DC; }
span { border-color: rgb(175,225,220); }
td.TdClassName
{
border-color: #AFE1DC;
}
.TagClassName
{
border-color: #AFE1DC;
}
</style>