Shades of Ice Cold #AFE5E0
Tints of Ice Cold #AFE5E0
RGB
CMYK
RGB Variations
Color information
#AFE5E0 (or 0xAFE5E0) is known color: Ice Cold. HEX triplet: AF, E5 and E0. RGB value is (175,229,224). Sum of RGB (Red+Green+Blue) = 175+229+224=628 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.87% from 628); Green value is 229 (89.84% from 255 or 36.46% from 628); Blue value is 224 (87.89% from 255 or 35.67% from 628); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE5E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE5E0 is #501A1F. Grayscale: #D4D4D4. Windows color (decimal): -5249568 or 14738863. OLE color: 14738863.
HSL color Cylindrical-coordinate representation of color #AFE5E0: hue angle of 174.44º 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 #AFE5E0 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 229 | 224 | - |
| CMYK | 0.24 | 0 | 0.02 | 0.10 |
| HSL | 174.44º | 0.51% | 0.79% | - |
| HSV(B) | 174.44º | 0.24% | 0.9% | - |
| XYZ | 59.15 | 70.53 | 81.02 | - |
| YUV | 212.28 | 134.61 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 229 | 224 | 0.24 | 0 | 0.02 | 0.10 | 174.44 | 0.51 | 0.79 |
| Hex | AF | E5 | E0 | 18 | 0 | 2 | A | AE | 33 | 4F |
| Octal | 257 | 345 | 340 | 30 | 0 | 2 | 12 | 256 | 63 | 117 |
| Binary | 10101111 | 11100101 | 11100000 | 11000 | 0 | 10 | 1010 | 10101110 | 110011 | 1001111 |
Color Harmonies of #AFE5E0
Complementary color
Monochromatic Colors of #AFE5E0
Black with #AFE5E0
Text Example
Text Example
White with #AFE5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE5E0; }
p { color: rgb(175,229,224); }
H1.HeaderClassName
{
color: #AFE5E0;
}
.AnyTagClassName
{
color: #AFE5E0;
}
</style>
background-color css
<style>
a { background-color: #AFE5E0; }
a { background-color: rgb(175,229,224); }
div.DivClassName
{
background-color: #AFE5E0;
}
.BgClassName
{
background-color: #AFE5E0;
}
</style>
border-color css
<style>
span { border-color: #AFE5E0; }
span { border-color: rgb(175,229,224); }
td.TdClassName
{
border-color: #AFE5E0;
}
.TagClassName
{
border-color: #AFE5E0;
}
</style>