Shades of Ice Cold #AFE9D6
Tints of Ice Cold #AFE9D6
RGB
CMYK
RGB Variations
Color information
#AFE9D6 (or 0xAFE9D6) is known color: Ice Cold. HEX triplet: AF, E9 and D6. RGB value is (175,233,214). Sum of RGB (Red+Green+Blue) = 175+233+214=622 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.14% from 622); Green value is 233 (91.41% from 255 or 37.46% from 622); Blue value is 214 (83.98% from 255 or 34.41% from 622); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE9D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE9D6 is #501629. Grayscale: #D5D5D5. Windows color (decimal): -5248554 or 14084527. OLE color: 14084527.
HSL color Cylindrical-coordinate representation of color #AFE9D6: hue angle of 160.34º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFE9D6 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 233 | 214 | - |
| CMYK | 0.25 | 0 | 0.08 | 0.09 |
| HSL | 160.34º | 0.57% | 0.8% | - |
| HSV(B) | 160.34º | 0.25% | 0.91% | - |
| XYZ | 58.96 | 72.25 | 74.46 | - |
| YUV | 213.49 | 128.28 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 233 | 214 | 0.25 | 0 | 0.08 | 0.09 | 160.34 | 0.57 | 0.8 |
| Hex | AF | E9 | D6 | 19 | 0 | 8 | 9 | A0 | 39 | 50 |
| Octal | 257 | 351 | 326 | 31 | 0 | 10 | 11 | 240 | 71 | 120 |
| Binary | 10101111 | 11101001 | 11010110 | 11001 | 0 | 1000 | 1001 | 10100000 | 111001 | 1010000 |
Color Harmonies of #AFE9D6
Complementary color
Monochromatic Colors of #AFE9D6
Black with #AFE9D6
Text Example
Text Example
White with #AFE9D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE9D6; }
p { color: rgb(175,233,214); }
H1.HeaderClassName
{
color: #AFE9D6;
}
.AnyTagClassName
{
color: #AFE9D6;
}
</style>
background-color css
<style>
a { background-color: #AFE9D6; }
a { background-color: rgb(175,233,214); }
div.DivClassName
{
background-color: #AFE9D6;
}
.BgClassName
{
background-color: #AFE9D6;
}
</style>
border-color css
<style>
span { border-color: #AFE9D6; }
span { border-color: rgb(175,233,214); }
td.TdClassName
{
border-color: #AFE9D6;
}
.TagClassName
{
border-color: #AFE9D6;
}
</style>