Shades of Ice Cold #AFE7D8
Tints of Ice Cold #AFE7D8
RGB
CMYK
RGB Variations
Color information
#AFE7D8 (or 0xAFE7D8) is known color: Ice Cold. HEX triplet: AF, E7 and D8. RGB value is (175,231,216). Sum of RGB (Red+Green+Blue) = 175+231+216=622 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.14% from 622); Green value is 231 (90.62% from 255 or 37.14% from 622); Blue value is 216 (84.77% from 255 or 34.73% from 622); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE7D8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE7D8 is #501827. Grayscale: #D4D4D4. Windows color (decimal): -5249064 or 14215087. OLE color: 14215087.
HSL color Cylindrical-coordinate representation of color #AFE7D8: hue angle of 163.93º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFE7D8 is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 231 | 216 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.09 |
| HSL | 163.93º | 0.54% | 0.8% | - |
| HSV(B) | 163.93º | 0.24% | 0.91% | - |
| XYZ | 58.65 | 71.22 | 75.62 | - |
| YUV | 212.55 | 129.95 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 231 | 216 | 0.24 | 0 | 0.06 | 0.09 | 163.93 | 0.54 | 0.8 |
| Hex | AF | E7 | D8 | 18 | 0 | 6 | 9 | A4 | 36 | 50 |
| Octal | 257 | 347 | 330 | 30 | 0 | 6 | 11 | 244 | 66 | 120 |
| Binary | 10101111 | 11100111 | 11011000 | 11000 | 0 | 110 | 1001 | 10100100 | 110110 | 1010000 |
Color Harmonies of #AFE7D8
Complementary color
Monochromatic Colors of #AFE7D8
Black with #AFE7D8
Text Example
Text Example
White with #AFE7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE7D8; }
p { color: rgb(175,231,216); }
H1.HeaderClassName
{
color: #AFE7D8;
}
.AnyTagClassName
{
color: #AFE7D8;
}
</style>
background-color css
<style>
a { background-color: #AFE7D8; }
a { background-color: rgb(175,231,216); }
div.DivClassName
{
background-color: #AFE7D8;
}
.BgClassName
{
background-color: #AFE7D8;
}
</style>
border-color css
<style>
span { border-color: #AFE7D8; }
span { border-color: rgb(175,231,216); }
td.TdClassName
{
border-color: #AFE7D8;
}
.TagClassName
{
border-color: #AFE7D8;
}
</style>