Shades of Ice Cold #AFE4DF
Tints of Ice Cold #AFE4DF
RGB
CMYK
RGB Variations
Color information
#AFE4DF (or 0xAFE4DF) is known color: Ice Cold. HEX triplet: AF, E4 and DF. RGB value is (175,228,223). Sum of RGB (Red+Green+Blue) = 175+228+223=626 (82% of max value = 765). Red value is 175 (68.75% from 255 or 27.96% from 626); Green value is 228 (89.45% from 255 or 36.42% from 626); Blue value is 223 (87.5% from 255 or 35.62% from 626); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE4DF is #501B20. Grayscale: #D3D3D3. Windows color (decimal): -5249825 or 14673071. OLE color: 14673071.
HSL color Cylindrical-coordinate representation of color #AFE4DF: hue angle of 174.34º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFE4DF is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 228 | 223 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.11 |
| HSL | 174.34º | 0.5% | 0.79% | - |
| HSV(B) | 174.34º | 0.23% | 0.89% | - |
| XYZ | 58.74 | 69.93 | 80.21 | - |
| YUV | 211.58 | 134.44 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 228 | 223 | 0.23 | 0 | 0.02 | 0.11 | 174.34 | 0.5 | 0.79 |
| Hex | AF | E4 | DF | 17 | 0 | 2 | B | AE | 32 | 4F |
| Octal | 257 | 344 | 337 | 27 | 0 | 2 | 13 | 256 | 62 | 117 |
| Binary | 10101111 | 11100100 | 11011111 | 10111 | 0 | 10 | 1011 | 10101110 | 110010 | 1001111 |
Color Harmonies of #AFE4DF
Complementary color
Monochromatic Colors of #AFE4DF
Black with #AFE4DF
Text Example
Text Example
White with #AFE4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE4DF; }
p { color: rgb(175,228,223); }
H1.HeaderClassName
{
color: #AFE4DF;
}
.AnyTagClassName
{
color: #AFE4DF;
}
</style>
background-color css
<style>
a { background-color: #AFE4DF; }
a { background-color: rgb(175,228,223); }
div.DivClassName
{
background-color: #AFE4DF;
}
.BgClassName
{
background-color: #AFE4DF;
}
</style>
border-color css
<style>
span { border-color: #AFE4DF; }
span { border-color: rgb(175,228,223); }
td.TdClassName
{
border-color: #AFE4DF;
}
.TagClassName
{
border-color: #AFE4DF;
}
</style>