Shades of Ice Cold #AFE9D9
Tints of Ice Cold #AFE9D9
RGB
CMYK
RGB Variations
Color information
#AFE9D9 (or 0xAFE9D9) is known color: Ice Cold. HEX triplet: AF, E9 and D9. RGB value is (175,233,217). Sum of RGB (Red+Green+Blue) = 175+233+217=625 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28% from 625); Green value is 233 (91.41% from 255 or 37.28% from 625); Blue value is 217 (85.16% from 255 or 34.72% from 625); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE9D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE9D9 is #501626. Grayscale: #D5D5D5. Windows color (decimal): -5248551 or 14281135. OLE color: 14281135.
HSL color Cylindrical-coordinate representation of color #AFE9D9: hue angle of 163.45º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFE9D9 is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 233 | 217 | - |
| CMYK | 0.25 | 0 | 0.07 | 0.09 |
| HSL | 163.45º | 0.57% | 0.8% | - |
| HSV(B) | 163.45º | 0.25% | 0.91% | - |
| XYZ | 59.34 | 72.4 | 76.49 | - |
| YUV | 213.83 | 129.78 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 233 | 217 | 0.25 | 0 | 0.07 | 0.09 | 163.45 | 0.57 | 0.8 |
| Hex | AF | E9 | D9 | 19 | 0 | 7 | 9 | A3 | 39 | 50 |
| Octal | 257 | 351 | 331 | 31 | 0 | 7 | 11 | 243 | 71 | 120 |
| Binary | 10101111 | 11101001 | 11011001 | 11001 | 0 | 111 | 1001 | 10100011 | 111001 | 1010000 |
Color Harmonies of #AFE9D9
Complementary color
Monochromatic Colors of #AFE9D9
Black with #AFE9D9
Text Example
Text Example
White with #AFE9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE9D9; }
p { color: rgb(175,233,217); }
H1.HeaderClassName
{
color: #AFE9D9;
}
.AnyTagClassName
{
color: #AFE9D9;
}
</style>
background-color css
<style>
a { background-color: #AFE9D9; }
a { background-color: rgb(175,233,217); }
div.DivClassName
{
background-color: #AFE9D9;
}
.BgClassName
{
background-color: #AFE9D9;
}
</style>
border-color css
<style>
span { border-color: #AFE9D9; }
span { border-color: rgb(175,233,217); }
td.TdClassName
{
border-color: #AFE9D9;
}
.TagClassName
{
border-color: #AFE9D9;
}
</style>