Shades of Ice Cold #AFE2DB
Tints of Ice Cold #AFE2DB
RGB
CMYK
RGB Variations
Color information
#AFE2DB (or 0xAFE2DB) is known color: Ice Cold. HEX triplet: AF, E2 and DB. RGB value is (175,226,219). Sum of RGB (Red+Green+Blue) = 175+226+219=620 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.23% from 620); Green value is 226 (88.67% from 255 or 36.45% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE2DB is #501D24. Grayscale: #D1D1D1. Windows color (decimal): -5250341 or 14410415. OLE color: 14410415.
HSL color Cylindrical-coordinate representation of color #AFE2DB: hue angle of 171.76º 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 #AFE2DB is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 226 | 219 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.11 |
| HSL | 171.76º | 0.47% | 0.79% | - |
| HSV(B) | 171.76º | 0.23% | 0.89% | - |
| XYZ | 57.66 | 68.62 | 77.22 | - |
| YUV | 209.95 | 133.1 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 226 | 219 | 0.23 | 0 | 0.03 | 0.11 | 171.76 | 0.47 | 0.79 |
| Hex | AF | E2 | DB | 17 | 0 | 3 | B | AC | 2F | 4F |
| Octal | 257 | 342 | 333 | 27 | 0 | 3 | 13 | 254 | 57 | 117 |
| Binary | 10101111 | 11100010 | 11011011 | 10111 | 0 | 11 | 1011 | 10101100 | 101111 | 1001111 |
Color Harmonies of #AFE2DB
Complementary color
Monochromatic Colors of #AFE2DB
Black with #AFE2DB
Text Example
Text Example
White with #AFE2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE2DB; }
p { color: rgb(175,226,219); }
H1.HeaderClassName
{
color: #AFE2DB;
}
.AnyTagClassName
{
color: #AFE2DB;
}
</style>
background-color css
<style>
a { background-color: #AFE2DB; }
a { background-color: rgb(175,226,219); }
div.DivClassName
{
background-color: #AFE2DB;
}
.BgClassName
{
background-color: #AFE2DB;
}
</style>
border-color css
<style>
span { border-color: #AFE2DB; }
span { border-color: rgb(175,226,219); }
td.TdClassName
{
border-color: #AFE2DB;
}
.TagClassName
{
border-color: #AFE2DB;
}
</style>