Shades of Ice Cold #AFE9D7
Tints of Ice Cold #AFE9D7
RGB
CMYK
RGB Variations
Color information
#AFE9D7 (or 0xAFE9D7) is known color: Ice Cold. HEX triplet: AF, E9 and D7. RGB value is (175,233,215). Sum of RGB (Red+Green+Blue) = 175+233+215=623 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.09% from 623); Green value is 233 (91.41% from 255 or 37.40% from 623); Blue value is 215 (84.38% from 255 or 34.51% from 623); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE9D7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE9D7 is #501628. Grayscale: #D5D5D5. Windows color (decimal): -5248553 or 14150063. OLE color: 14150063.
HSL color Cylindrical-coordinate representation of color #AFE9D7: hue angle of 161.38º 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 #AFE9D7 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 233 | 215 | - |
| CMYK | 0.25 | 0 | 0.08 | 0.09 |
| HSL | 161.38º | 0.57% | 0.8% | - |
| HSV(B) | 161.38º | 0.25% | 0.91% | - |
| XYZ | 59.08 | 72.3 | 75.13 | - |
| YUV | 213.61 | 128.78 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 233 | 215 | 0.25 | 0 | 0.08 | 0.09 | 161.38 | 0.57 | 0.8 |
| Hex | AF | E9 | D7 | 19 | 0 | 8 | 9 | A1 | 39 | 50 |
| Octal | 257 | 351 | 327 | 31 | 0 | 10 | 11 | 241 | 71 | 120 |
| Binary | 10101111 | 11101001 | 11010111 | 11001 | 0 | 1000 | 1001 | 10100001 | 111001 | 1010000 |
Color Harmonies of #AFE9D7
Complementary color
Monochromatic Colors of #AFE9D7
Black with #AFE9D7
Text Example
Text Example
White with #AFE9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE9D7; }
p { color: rgb(175,233,215); }
H1.HeaderClassName
{
color: #AFE9D7;
}
.AnyTagClassName
{
color: #AFE9D7;
}
</style>
background-color css
<style>
a { background-color: #AFE9D7; }
a { background-color: rgb(175,233,215); }
div.DivClassName
{
background-color: #AFE9D7;
}
.BgClassName
{
background-color: #AFE9D7;
}
</style>
border-color css
<style>
span { border-color: #AFE9D7; }
span { border-color: rgb(175,233,215); }
td.TdClassName
{
border-color: #AFE9D7;
}
.TagClassName
{
border-color: #AFE9D7;
}
</style>