Shades of Ice Cold #AFE3D4
Tints of Ice Cold #AFE3D4
RGB
CMYK
RGB Variations
Color information
#AFE3D4 (or 0xAFE3D4) is known color: Ice Cold. HEX triplet: AF, E3 and D4. RGB value is (175,227,212). Sum of RGB (Red+Green+Blue) = 175+227+212=614 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.50% from 614); Green value is 227 (89.06% from 255 or 36.97% from 614); Blue value is 212 (83.20% from 255 or 34.53% from 614); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE3D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE3D4 is #501C2B. Grayscale: #D1D1D1. Windows color (decimal): -5250092 or 13951919. OLE color: 13951919.
HSL color Cylindrical-coordinate representation of color #AFE3D4: hue angle of 162.69º degrees, saturation: 0.48, 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 #AFE3D4 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 227 | 212 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.11 |
| HSL | 162.69º | 0.48% | 0.79% | - |
| HSV(B) | 162.69º | 0.23% | 0.89% | - |
| XYZ | 57.03 | 68.81 | 72.56 | - |
| YUV | 209.74 | 129.27 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 227 | 212 | 0.23 | 0 | 0.07 | 0.11 | 162.69 | 0.48 | 0.79 |
| Hex | AF | E3 | D4 | 17 | 0 | 7 | B | A3 | 30 | 4F |
| Octal | 257 | 343 | 324 | 27 | 0 | 7 | 13 | 243 | 60 | 117 |
| Binary | 10101111 | 11100011 | 11010100 | 10111 | 0 | 111 | 1011 | 10100011 | 110000 | 1001111 |
Color Harmonies of #AFE3D4
Complementary color
Monochromatic Colors of #AFE3D4
Black with #AFE3D4
Text Example
Text Example
White with #AFE3D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE3D4; }
p { color: rgb(175,227,212); }
H1.HeaderClassName
{
color: #AFE3D4;
}
.AnyTagClassName
{
color: #AFE3D4;
}
</style>
background-color css
<style>
a { background-color: #AFE3D4; }
a { background-color: rgb(175,227,212); }
div.DivClassName
{
background-color: #AFE3D4;
}
.BgClassName
{
background-color: #AFE3D4;
}
</style>
border-color css
<style>
span { border-color: #AFE3D4; }
span { border-color: rgb(175,227,212); }
td.TdClassName
{
border-color: #AFE3D4;
}
.TagClassName
{
border-color: #AFE3D4;
}
</style>