Shades of Ice Cold #AFE7D7
Tints of Ice Cold #AFE7D7
RGB
CMYK
RGB Variations
Color information
#AFE7D7 (or 0xAFE7D7) is known color: Ice Cold. HEX triplet: AF, E7 and D7. RGB value is (175,231,215). Sum of RGB (Red+Green+Blue) = 175+231+215=621 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.18% from 621); Green value is 231 (90.62% from 255 or 37.20% from 621); Blue value is 215 (84.38% from 255 or 34.62% from 621); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE7D7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE7D7 is #501828. Grayscale: #D4D4D4. Windows color (decimal): -5249065 or 14149551. OLE color: 14149551.
HSL color Cylindrical-coordinate representation of color #AFE7D7: hue angle of 162.86º 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 #AFE7D7 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 231 | 215 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.09 |
| HSL | 162.86º | 0.54% | 0.8% | - |
| HSV(B) | 162.86º | 0.24% | 0.91% | - |
| XYZ | 58.52 | 71.17 | 74.94 | - |
| YUV | 212.43 | 129.45 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 231 | 215 | 0.24 | 0 | 0.07 | 0.09 | 162.86 | 0.54 | 0.8 |
| Hex | AF | E7 | D7 | 18 | 0 | 7 | 9 | A3 | 36 | 50 |
| Octal | 257 | 347 | 327 | 30 | 0 | 7 | 11 | 243 | 66 | 120 |
| Binary | 10101111 | 11100111 | 11010111 | 11000 | 0 | 111 | 1001 | 10100011 | 110110 | 1010000 |
Color Harmonies of #AFE7D7
Complementary color
Monochromatic Colors of #AFE7D7
Black with #AFE7D7
Text Example
Text Example
White with #AFE7D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE7D7; }
p { color: rgb(175,231,215); }
H1.HeaderClassName
{
color: #AFE7D7;
}
.AnyTagClassName
{
color: #AFE7D7;
}
</style>
background-color css
<style>
a { background-color: #AFE7D7; }
a { background-color: rgb(175,231,215); }
div.DivClassName
{
background-color: #AFE7D7;
}
.BgClassName
{
background-color: #AFE7D7;
}
</style>
border-color css
<style>
span { border-color: #AFE7D7; }
span { border-color: rgb(175,231,215); }
td.TdClassName
{
border-color: #AFE7D7;
}
.TagClassName
{
border-color: #AFE7D7;
}
</style>