Shades of Ice Cold #AFE2DD
Tints of Ice Cold #AFE2DD
RGB
CMYK
RGB Variations
Color information
#AFE2DD (or 0xAFE2DD) is known color: Ice Cold. HEX triplet: AF, E2 and DD. RGB value is (175,226,221). Sum of RGB (Red+Green+Blue) = 175+226+221=622 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.14% from 622); Green value is 226 (88.67% from 255 or 36.33% from 622); Blue value is 221 (86.72% from 255 or 35.53% from 622); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE2DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE2DD is #501D22. Grayscale: #D2D2D2. Windows color (decimal): -5250339 or 14541487. OLE color: 14541487.
HSL color Cylindrical-coordinate representation of color #AFE2DD: hue angle of 174.12º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFE2DD is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 226 | 221 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.11 |
| HSL | 174.12º | 0.47% | 0.79% | - |
| HSV(B) | 174.12º | 0.23% | 0.89% | - |
| XYZ | 57.93 | 68.73 | 78.62 | - |
| YUV | 210.18 | 134.1 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 226 | 221 | 0.23 | 0 | 0.02 | 0.11 | 174.12 | 0.47 | 0.79 |
| Hex | AF | E2 | DD | 17 | 0 | 2 | B | AE | 2F | 4F |
| Octal | 257 | 342 | 335 | 27 | 0 | 2 | 13 | 256 | 57 | 117 |
| Binary | 10101111 | 11100010 | 11011101 | 10111 | 0 | 10 | 1011 | 10101110 | 101111 | 1001111 |
Color Harmonies of #AFE2DD
Complementary color
Monochromatic Colors of #AFE2DD
Black with #AFE2DD
Text Example
Text Example
White with #AFE2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE2DD; }
p { color: rgb(175,226,221); }
H1.HeaderClassName
{
color: #AFE2DD;
}
.AnyTagClassName
{
color: #AFE2DD;
}
</style>
background-color css
<style>
a { background-color: #AFE2DD; }
a { background-color: rgb(175,226,221); }
div.DivClassName
{
background-color: #AFE2DD;
}
.BgClassName
{
background-color: #AFE2DD;
}
</style>
border-color css
<style>
span { border-color: #AFE2DD; }
span { border-color: rgb(175,226,221); }
td.TdClassName
{
border-color: #AFE2DD;
}
.TagClassName
{
border-color: #AFE2DD;
}
</style>