Shades of Ice Cold #AFE6DD
Tints of Ice Cold #AFE6DD
RGB
CMYK
RGB Variations
Color information
#AFE6DD (or 0xAFE6DD) is known color: Ice Cold. HEX triplet: AF, E6 and DD. RGB value is (175,230,221). Sum of RGB (Red+Green+Blue) = 175+230+221=626 (82% of max value = 765). Red value is 175 (68.75% from 255 or 27.96% from 626); Green value is 230 (90.23% from 255 or 36.74% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE6DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE6DD is #501922. Grayscale: #D4D4D4. Windows color (decimal): -5249315 or 14542511. OLE color: 14542511.
HSL color Cylindrical-coordinate representation of color #AFE6DD: hue angle of 170.18º degrees, saturation: 0.52, 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 #AFE6DD is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 230 | 221 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.10 |
| HSL | 170.18º | 0.52% | 0.79% | - |
| HSV(B) | 170.18º | 0.24% | 0.9% | - |
| XYZ | 59.03 | 70.93 | 78.99 | - |
| YUV | 212.53 | 132.78 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 230 | 221 | 0.24 | 0 | 0.04 | 0.10 | 170.18 | 0.52 | 0.79 |
| Hex | AF | E6 | DD | 18 | 0 | 4 | A | AA | 34 | 4F |
| Octal | 257 | 346 | 335 | 30 | 0 | 4 | 12 | 252 | 64 | 117 |
| Binary | 10101111 | 11100110 | 11011101 | 11000 | 0 | 100 | 1010 | 10101010 | 110100 | 1001111 |
Color Harmonies of #AFE6DD
Complementary color
Monochromatic Colors of #AFE6DD
Black with #AFE6DD
Text Example
Text Example
White with #AFE6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE6DD; }
p { color: rgb(175,230,221); }
H1.HeaderClassName
{
color: #AFE6DD;
}
.AnyTagClassName
{
color: #AFE6DD;
}
</style>
background-color css
<style>
a { background-color: #AFE6DD; }
a { background-color: rgb(175,230,221); }
div.DivClassName
{
background-color: #AFE6DD;
}
.BgClassName
{
background-color: #AFE6DD;
}
</style>
border-color css
<style>
span { border-color: #AFE6DD; }
span { border-color: rgb(175,230,221); }
td.TdClassName
{
border-color: #AFE6DD;
}
.TagClassName
{
border-color: #AFE6DD;
}
</style>