Shades of Ice Cold #AFE5DF
Tints of Ice Cold #AFE5DF
RGB
CMYK
RGB Variations
Color information
#AFE5DF (or 0xAFE5DF) is known color: Ice Cold. HEX triplet: AF, E5 and DF. RGB value is (175,229,223). Sum of RGB (Red+Green+Blue) = 175+229+223=627 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.91% from 627); Green value is 229 (89.84% from 255 or 36.52% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE5DF is #501A20. Grayscale: #D4D4D4. Windows color (decimal): -5249569 or 14673327. OLE color: 14673327.
HSL color Cylindrical-coordinate representation of color #AFE5DF: hue angle of 173.33º 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 #AFE5DF is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 229 | 223 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.10 |
| HSL | 173.33º | 0.51% | 0.79% | - |
| HSV(B) | 173.33º | 0.24% | 0.9% | - |
| XYZ | 59.02 | 70.48 | 80.31 | - |
| YUV | 212.17 | 134.11 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 229 | 223 | 0.24 | 0 | 0.03 | 0.10 | 173.33 | 0.51 | 0.79 |
| Hex | AF | E5 | DF | 18 | 0 | 3 | A | AD | 33 | 4F |
| Octal | 257 | 345 | 337 | 30 | 0 | 3 | 12 | 255 | 63 | 117 |
| Binary | 10101111 | 11100101 | 11011111 | 11000 | 0 | 11 | 1010 | 10101101 | 110011 | 1001111 |
Color Harmonies of #AFE5DF
Complementary color
Monochromatic Colors of #AFE5DF
Black with #AFE5DF
Text Example
Text Example
White with #AFE5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE5DF; }
p { color: rgb(175,229,223); }
H1.HeaderClassName
{
color: #AFE5DF;
}
.AnyTagClassName
{
color: #AFE5DF;
}
</style>
background-color css
<style>
a { background-color: #AFE5DF; }
a { background-color: rgb(175,229,223); }
div.DivClassName
{
background-color: #AFE5DF;
}
.BgClassName
{
background-color: #AFE5DF;
}
</style>
border-color css
<style>
span { border-color: #AFE5DF; }
span { border-color: rgb(175,229,223); }
td.TdClassName
{
border-color: #AFE5DF;
}
.TagClassName
{
border-color: #AFE5DF;
}
</style>