Shades of Ice Cold #AFE9DB
Tints of Ice Cold #AFE9DB
RGB
CMYK
RGB Variations
Color information
#AFE9DB (or 0xAFE9DB) is known color: Ice Cold. HEX triplet: AF, E9 and DB. RGB value is (175,233,219). Sum of RGB (Red+Green+Blue) = 175+233+219=627 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.91% from 627); Green value is 233 (91.41% from 255 or 37.16% from 627); Blue value is 219 (85.94% from 255 or 34.93% from 627); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE9DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE9DB is #501624. Grayscale: #D6D6D6. Windows color (decimal): -5248549 or 14412207. OLE color: 14412207.
HSL color Cylindrical-coordinate representation of color #AFE9DB: hue angle of 165.52º 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 #AFE9DB is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 233 | 219 | - |
| CMYK | 0.25 | 0 | 0.06 | 0.09 |
| HSL | 165.52º | 0.57% | 0.8% | - |
| HSV(B) | 165.52º | 0.25% | 0.91% | - |
| XYZ | 59.6 | 72.51 | 77.87 | - |
| YUV | 214.06 | 130.78 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 233 | 219 | 0.25 | 0 | 0.06 | 0.09 | 165.52 | 0.57 | 0.8 |
| Hex | AF | E9 | DB | 19 | 0 | 6 | 9 | A6 | 39 | 50 |
| Octal | 257 | 351 | 333 | 31 | 0 | 6 | 11 | 246 | 71 | 120 |
| Binary | 10101111 | 11101001 | 11011011 | 11001 | 0 | 110 | 1001 | 10100110 | 111001 | 1010000 |
Color Harmonies of #AFE9DB
Complementary color
Monochromatic Colors of #AFE9DB
Black with #AFE9DB
Text Example
Text Example
White with #AFE9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE9DB; }
p { color: rgb(175,233,219); }
H1.HeaderClassName
{
color: #AFE9DB;
}
.AnyTagClassName
{
color: #AFE9DB;
}
</style>
background-color css
<style>
a { background-color: #AFE9DB; }
a { background-color: rgb(175,233,219); }
div.DivClassName
{
background-color: #AFE9DB;
}
.BgClassName
{
background-color: #AFE9DB;
}
</style>
border-color css
<style>
span { border-color: #AFE9DB; }
span { border-color: rgb(175,233,219); }
td.TdClassName
{
border-color: #AFE9DB;
}
.TagClassName
{
border-color: #AFE9DB;
}
</style>