Shades of Ice Cold #AFE8DA
Tints of Ice Cold #AFE8DA
RGB
CMYK
RGB Variations
Color information
#AFE8DA (or 0xAFE8DA) is known color: Ice Cold. HEX triplet: AF, E8 and DA. RGB value is (175,232,218). Sum of RGB (Red+Green+Blue) = 175+232+218=625 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28% from 625); Green value is 232 (91.02% from 255 or 37.12% from 625); Blue value is 218 (85.55% from 255 or 34.88% from 625); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE8DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE8DA is #501725. Grayscale: #D5D5D5. Windows color (decimal): -5248806 or 14346415. OLE color: 14346415.
HSL color Cylindrical-coordinate representation of color #AFE8DA: hue angle of 165.26º degrees, saturation: 0.55, 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 #AFE8DA is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 232 | 218 | - |
| CMYK | 0.25 | 0 | 0.06 | 0.09 |
| HSL | 165.26º | 0.55% | 0.8% | - |
| HSV(B) | 165.26º | 0.25% | 0.91% | - |
| XYZ | 59.19 | 71.89 | 77.09 | - |
| YUV | 213.36 | 130.62 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 232 | 218 | 0.25 | 0 | 0.06 | 0.09 | 165.26 | 0.55 | 0.8 |
| Hex | AF | E8 | DA | 19 | 0 | 6 | 9 | A5 | 37 | 50 |
| Octal | 257 | 350 | 332 | 31 | 0 | 6 | 11 | 245 | 67 | 120 |
| Binary | 10101111 | 11101000 | 11011010 | 11001 | 0 | 110 | 1001 | 10100101 | 110111 | 1010000 |
Color Harmonies of #AFE8DA
Complementary color
Monochromatic Colors of #AFE8DA
Black with #AFE8DA
Text Example
Text Example
White with #AFE8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE8DA; }
p { color: rgb(175,232,218); }
H1.HeaderClassName
{
color: #AFE8DA;
}
.AnyTagClassName
{
color: #AFE8DA;
}
</style>
background-color css
<style>
a { background-color: #AFE8DA; }
a { background-color: rgb(175,232,218); }
div.DivClassName
{
background-color: #AFE8DA;
}
.BgClassName
{
background-color: #AFE8DA;
}
</style>
border-color css
<style>
span { border-color: #AFE8DA; }
span { border-color: rgb(175,232,218); }
td.TdClassName
{
border-color: #AFE8DA;
}
.TagClassName
{
border-color: #AFE8DA;
}
</style>