Shades of Ice Cold #AFE0D5
Tints of Ice Cold #AFE0D5
RGB
CMYK
RGB Variations
Color information
#AFE0D5 (or 0xAFE0D5) is known color: Ice Cold. HEX triplet: AF, E0 and D5. RGB value is (175,224,213). Sum of RGB (Red+Green+Blue) = 175+224+213=612 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.59% from 612); Green value is 224 (87.89% from 255 or 36.60% from 612); Blue value is 213 (83.59% from 255 or 34.80% from 612); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE0D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE0D5 is #501F2A. Grayscale: #D0D0D0. Windows color (decimal): -5250859 or 14016687. OLE color: 14016687.
HSL color Cylindrical-coordinate representation of color #AFE0D5: hue angle of 166.53º 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 #AFE0D5 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 224 | 213 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.12 |
| HSL | 166.53º | 0.44% | 0.78% | - |
| HSV(B) | 166.53º | 0.22% | 0.88% | - |
| XYZ | 56.35 | 67.23 | 72.96 | - |
| YUV | 208.1 | 130.77 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 224 | 213 | 0.22 | 0 | 0.05 | 0.12 | 166.53 | 0.44 | 0.78 |
| Hex | AF | E0 | D5 | 16 | 0 | 5 | C | A7 | 2C | 4E |
| Octal | 257 | 340 | 325 | 26 | 0 | 5 | 14 | 247 | 54 | 116 |
| Binary | 10101111 | 11100000 | 11010101 | 10110 | 0 | 101 | 1100 | 10100111 | 101100 | 1001110 |
Color Harmonies of #AFE0D5
Complementary color
Monochromatic Colors of #AFE0D5
Black with #AFE0D5
Text Example
Text Example
White with #AFE0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE0D5; }
p { color: rgb(175,224,213); }
H1.HeaderClassName
{
color: #AFE0D5;
}
.AnyTagClassName
{
color: #AFE0D5;
}
</style>
background-color css
<style>
a { background-color: #AFE0D5; }
a { background-color: rgb(175,224,213); }
div.DivClassName
{
background-color: #AFE0D5;
}
.BgClassName
{
background-color: #AFE0D5;
}
</style>
border-color css
<style>
span { border-color: #AFE0D5; }
span { border-color: rgb(175,224,213); }
td.TdClassName
{
border-color: #AFE0D5;
}
.TagClassName
{
border-color: #AFE0D5;
}
</style>