Shades of Ice Cold #AFE1D5
Tints of Ice Cold #AFE1D5
RGB
CMYK
RGB Variations
Color information
#AFE1D5 (or 0xAFE1D5) is known color: Ice Cold. HEX triplet: AF, E1 and D5. RGB value is (175,225,213). Sum of RGB (Red+Green+Blue) = 175+225+213=613 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.55% from 613); Green value is 225 (88.28% from 255 or 36.70% from 613); Blue value is 213 (83.59% from 255 or 34.75% from 613); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE1D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE1D5 is #501E2A. Grayscale: #D0D0D0. Windows color (decimal): -5250603 or 14016943. OLE color: 14016943.
HSL color Cylindrical-coordinate representation of color #AFE1D5: hue angle of 165.6º degrees, saturation: 0.45, 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 #AFE1D5 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 225 | 213 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.12 |
| HSL | 165.6º | 0.45% | 0.78% | - |
| HSV(B) | 165.6º | 0.22% | 0.88% | - |
| XYZ | 56.61 | 67.77 | 73.05 | - |
| YUV | 208.68 | 130.44 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 225 | 213 | 0.22 | 0 | 0.05 | 0.12 | 165.6 | 0.45 | 0.78 |
| Hex | AF | E1 | D5 | 16 | 0 | 5 | C | A6 | 2D | 4E |
| Octal | 257 | 341 | 325 | 26 | 0 | 5 | 14 | 246 | 55 | 116 |
| Binary | 10101111 | 11100001 | 11010101 | 10110 | 0 | 101 | 1100 | 10100110 | 101101 | 1001110 |
Color Harmonies of #AFE1D5
Complementary color
Monochromatic Colors of #AFE1D5
Black with #AFE1D5
Text Example
Text Example
White with #AFE1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE1D5; }
p { color: rgb(175,225,213); }
H1.HeaderClassName
{
color: #AFE1D5;
}
.AnyTagClassName
{
color: #AFE1D5;
}
</style>
background-color css
<style>
a { background-color: #AFE1D5; }
a { background-color: rgb(175,225,213); }
div.DivClassName
{
background-color: #AFE1D5;
}
.BgClassName
{
background-color: #AFE1D5;
}
</style>
border-color css
<style>
span { border-color: #AFE1D5; }
span { border-color: rgb(175,225,213); }
td.TdClassName
{
border-color: #AFE1D5;
}
.TagClassName
{
border-color: #AFE1D5;
}
</style>