Shades of Ice Cold #AFE5DA
Tints of Ice Cold #AFE5DA
RGB
CMYK
RGB Variations
Color information
#AFE5DA (or 0xAFE5DA) is known color: Ice Cold. HEX triplet: AF, E5 and DA. RGB value is (175,229,218). Sum of RGB (Red+Green+Blue) = 175+229+218=622 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.14% from 622); Green value is 229 (89.84% from 255 or 36.82% from 622); Blue value is 218 (85.55% from 255 or 35.05% from 622); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE5DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE5DA is #501A25. Grayscale: #D3D3D3. Windows color (decimal): -5249574 or 14345647. OLE color: 14345647.
HSL color Cylindrical-coordinate representation of color #AFE5DA: hue angle of 167.78º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFE5DA is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 229 | 218 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.10 |
| HSL | 167.78º | 0.51% | 0.79% | - |
| HSV(B) | 167.78º | 0.24% | 0.9% | - |
| XYZ | 58.35 | 70.21 | 76.81 | - |
| YUV | 211.6 | 131.61 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 229 | 218 | 0.24 | 0 | 0.05 | 0.10 | 167.78 | 0.51 | 0.79 |
| Hex | AF | E5 | DA | 18 | 0 | 5 | A | A8 | 33 | 4F |
| Octal | 257 | 345 | 332 | 30 | 0 | 5 | 12 | 250 | 63 | 117 |
| Binary | 10101111 | 11100101 | 11011010 | 11000 | 0 | 101 | 1010 | 10101000 | 110011 | 1001111 |
Color Harmonies of #AFE5DA
Complementary color
Monochromatic Colors of #AFE5DA
Black with #AFE5DA
Text Example
Text Example
White with #AFE5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE5DA; }
p { color: rgb(175,229,218); }
H1.HeaderClassName
{
color: #AFE5DA;
}
.AnyTagClassName
{
color: #AFE5DA;
}
</style>
background-color css
<style>
a { background-color: #AFE5DA; }
a { background-color: rgb(175,229,218); }
div.DivClassName
{
background-color: #AFE5DA;
}
.BgClassName
{
background-color: #AFE5DA;
}
</style>
border-color css
<style>
span { border-color: #AFE5DA; }
span { border-color: rgb(175,229,218); }
td.TdClassName
{
border-color: #AFE5DA;
}
.TagClassName
{
border-color: #AFE5DA;
}
</style>