Shades of Ice Cold #AFE5DD
Tints of Ice Cold #AFE5DD
RGB
CMYK
RGB Variations
Color information
#AFE5DD (or 0xAFE5DD) is known color: Ice Cold. HEX triplet: AF, E5 and DD. RGB value is (175,229,221). Sum of RGB (Red+Green+Blue) = 175+229+221=625 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28% from 625); Green value is 229 (89.84% from 255 or 36.64% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE5DD is #501A22. Grayscale: #D3D3D3. Windows color (decimal): -5249571 or 14542255. OLE color: 14542255.
HSL color Cylindrical-coordinate representation of color #AFE5DD: hue angle of 171.11º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFE5DD is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 229 | 221 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.10 |
| HSL | 171.11º | 0.51% | 0.79% | - |
| HSV(B) | 171.11º | 0.24% | 0.9% | - |
| XYZ | 58.75 | 70.37 | 78.89 | - |
| YUV | 211.94 | 133.11 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 229 | 221 | 0.24 | 0 | 0.03 | 0.10 | 171.11 | 0.51 | 0.79 |
| Hex | AF | E5 | DD | 18 | 0 | 3 | A | AB | 33 | 4F |
| Octal | 257 | 345 | 335 | 30 | 0 | 3 | 12 | 253 | 63 | 117 |
| Binary | 10101111 | 11100101 | 11011101 | 11000 | 0 | 11 | 1010 | 10101011 | 110011 | 1001111 |
Color Harmonies of #AFE5DD
Complementary color
Monochromatic Colors of #AFE5DD
Black with #AFE5DD
Text Example
Text Example
White with #AFE5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE5DD; }
p { color: rgb(175,229,221); }
H1.HeaderClassName
{
color: #AFE5DD;
}
.AnyTagClassName
{
color: #AFE5DD;
}
</style>
background-color css
<style>
a { background-color: #AFE5DD; }
a { background-color: rgb(175,229,221); }
div.DivClassName
{
background-color: #AFE5DD;
}
.BgClassName
{
background-color: #AFE5DD;
}
</style>
border-color css
<style>
span { border-color: #AFE5DD; }
span { border-color: rgb(175,229,221); }
td.TdClassName
{
border-color: #AFE5DD;
}
.TagClassName
{
border-color: #AFE5DD;
}
</style>