Shades of Ice Cold #AFE0D8
Tints of Ice Cold #AFE0D8
RGB
CMYK
RGB Variations
Color information
#AFE0D8 (or 0xAFE0D8) is known color: Ice Cold. HEX triplet: AF, E0 and D8. RGB value is (175,224,216). Sum of RGB (Red+Green+Blue) = 175+224+216=615 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.46% from 615); Green value is 224 (87.89% from 255 or 36.42% from 615); Blue value is 216 (84.77% from 255 or 35.12% from 615); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE0D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE0D8 is #501F27. Grayscale: #D0D0D0. Windows color (decimal): -5250856 or 14213295. OLE color: 14213295.
HSL color Cylindrical-coordinate representation of color #AFE0D8: hue angle of 170.2º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFE0D8 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 224 | 216 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.12 |
| HSL | 170.2º | 0.44% | 0.78% | - |
| HSV(B) | 170.2º | 0.22% | 0.88% | - |
| XYZ | 56.73 | 67.38 | 74.98 | - |
| YUV | 208.44 | 132.27 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 224 | 216 | 0.22 | 0 | 0.04 | 0.12 | 170.2 | 0.44 | 0.78 |
| Hex | AF | E0 | D8 | 16 | 0 | 4 | C | AA | 2C | 4E |
| Octal | 257 | 340 | 330 | 26 | 0 | 4 | 14 | 252 | 54 | 116 |
| Binary | 10101111 | 11100000 | 11011000 | 10110 | 0 | 100 | 1100 | 10101010 | 101100 | 1001110 |
Color Harmonies of #AFE0D8
Complementary color
Monochromatic Colors of #AFE0D8
Black with #AFE0D8
Text Example
Text Example
White with #AFE0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE0D8; }
p { color: rgb(175,224,216); }
H1.HeaderClassName
{
color: #AFE0D8;
}
.AnyTagClassName
{
color: #AFE0D8;
}
</style>
background-color css
<style>
a { background-color: #AFE0D8; }
a { background-color: rgb(175,224,216); }
div.DivClassName
{
background-color: #AFE0D8;
}
.BgClassName
{
background-color: #AFE0D8;
}
</style>
border-color css
<style>
span { border-color: #AFE0D8; }
span { border-color: rgb(175,224,216); }
td.TdClassName
{
border-color: #AFE0D8;
}
.TagClassName
{
border-color: #AFE0D8;
}
</style>