Shades of Ice Cold #AFE3DD
Tints of Ice Cold #AFE3DD
RGB
CMYK
RGB Variations
Color information
#AFE3DD (or 0xAFE3DD) is known color: Ice Cold. HEX triplet: AF, E3 and DD. RGB value is (175,227,221). Sum of RGB (Red+Green+Blue) = 175+227+221=623 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.09% from 623); Green value is 227 (89.06% from 255 or 36.44% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE3DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE3DD is #501C22. Grayscale: #D2D2D2. Windows color (decimal): -5250083 or 14541743. OLE color: 14541743.
HSL color Cylindrical-coordinate representation of color #AFE3DD: hue angle of 173.08º degrees, saturation: 0.48, 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 #AFE3DD is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 227 | 221 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.11 |
| HSL | 173.08º | 0.48% | 0.79% | - |
| HSV(B) | 173.08º | 0.23% | 0.89% | - |
| XYZ | 58.2 | 69.27 | 78.71 | - |
| YUV | 210.77 | 133.77 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 227 | 221 | 0.23 | 0 | 0.03 | 0.11 | 173.08 | 0.48 | 0.79 |
| Hex | AF | E3 | DD | 17 | 0 | 3 | B | AD | 30 | 4F |
| Octal | 257 | 343 | 335 | 27 | 0 | 3 | 13 | 255 | 60 | 117 |
| Binary | 10101111 | 11100011 | 11011101 | 10111 | 0 | 11 | 1011 | 10101101 | 110000 | 1001111 |
Color Harmonies of #AFE3DD
Complementary color
Monochromatic Colors of #AFE3DD
Black with #AFE3DD
Text Example
Text Example
White with #AFE3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE3DD; }
p { color: rgb(175,227,221); }
H1.HeaderClassName
{
color: #AFE3DD;
}
.AnyTagClassName
{
color: #AFE3DD;
}
</style>
background-color css
<style>
a { background-color: #AFE3DD; }
a { background-color: rgb(175,227,221); }
div.DivClassName
{
background-color: #AFE3DD;
}
.BgClassName
{
background-color: #AFE3DD;
}
</style>
border-color css
<style>
span { border-color: #AFE3DD; }
span { border-color: rgb(175,227,221); }
td.TdClassName
{
border-color: #AFE3DD;
}
.TagClassName
{
border-color: #AFE3DD;
}
</style>