Shades of Ice Cold #AFE6DC
Tints of Ice Cold #AFE6DC
RGB
CMYK
RGB Variations
Color information
#AFE6DC (or 0xAFE6DC) is known color: Ice Cold. HEX triplet: AF, E6 and DC. RGB value is (175,230,220). Sum of RGB (Red+Green+Blue) = 175+230+220=625 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28% from 625); Green value is 230 (90.23% from 255 or 36.8% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE6DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE6DC is #501923. Grayscale: #D4D4D4. Windows color (decimal): -5249316 or 14476975. OLE color: 14476975.
HSL color Cylindrical-coordinate representation of color #AFE6DC: hue angle of 169.09º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFE6DC is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 230 | 220 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.10 |
| HSL | 169.09º | 0.52% | 0.79% | - |
| HSV(B) | 169.09º | 0.24% | 0.9% | - |
| XYZ | 58.89 | 70.87 | 78.29 | - |
| YUV | 212.42 | 132.28 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 230 | 220 | 0.24 | 0 | 0.04 | 0.10 | 169.09 | 0.52 | 0.79 |
| Hex | AF | E6 | DC | 18 | 0 | 4 | A | A9 | 34 | 4F |
| Octal | 257 | 346 | 334 | 30 | 0 | 4 | 12 | 251 | 64 | 117 |
| Binary | 10101111 | 11100110 | 11011100 | 11000 | 0 | 100 | 1010 | 10101001 | 110100 | 1001111 |
Color Harmonies of #AFE6DC
Complementary color
Monochromatic Colors of #AFE6DC
Black with #AFE6DC
Text Example
Text Example
White with #AFE6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE6DC; }
p { color: rgb(175,230,220); }
H1.HeaderClassName
{
color: #AFE6DC;
}
.AnyTagClassName
{
color: #AFE6DC;
}
</style>
background-color css
<style>
a { background-color: #AFE6DC; }
a { background-color: rgb(175,230,220); }
div.DivClassName
{
background-color: #AFE6DC;
}
.BgClassName
{
background-color: #AFE6DC;
}
</style>
border-color css
<style>
span { border-color: #AFE6DC; }
span { border-color: rgb(175,230,220); }
td.TdClassName
{
border-color: #AFE6DC;
}
.TagClassName
{
border-color: #AFE6DC;
}
</style>