Shades of Ice Cold #AFE6D6
Tints of Ice Cold #AFE6D6
RGB
CMYK
RGB Variations
Color information
#AFE6D6 (or 0xAFE6D6) is known color: Ice Cold. HEX triplet: AF, E6 and D6. RGB value is (175,230,214). Sum of RGB (Red+Green+Blue) = 175+230+214=619 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.27% from 619); Green value is 230 (90.23% from 255 or 37.16% from 619); Blue value is 214 (83.98% from 255 or 34.57% from 619); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE6D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE6D6 is #501929. Grayscale: #D3D3D3. Windows color (decimal): -5249322 or 14083759. OLE color: 14083759.
HSL color Cylindrical-coordinate representation of color #AFE6D6: hue angle of 162.55º degrees, saturation: 0.52, 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 #AFE6D6 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 230 | 214 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.10 |
| HSL | 162.55º | 0.52% | 0.79% | - |
| HSV(B) | 162.55º | 0.24% | 0.9% | - |
| XYZ | 58.11 | 70.56 | 74.18 | - |
| YUV | 211.73 | 129.28 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 230 | 214 | 0.24 | 0 | 0.07 | 0.10 | 162.55 | 0.52 | 0.79 |
| Hex | AF | E6 | D6 | 18 | 0 | 7 | A | A3 | 34 | 4F |
| Octal | 257 | 346 | 326 | 30 | 0 | 7 | 12 | 243 | 64 | 117 |
| Binary | 10101111 | 11100110 | 11010110 | 11000 | 0 | 111 | 1010 | 10100011 | 110100 | 1001111 |
Color Harmonies of #AFE6D6
Complementary color
Monochromatic Colors of #AFE6D6
Black with #AFE6D6
Text Example
Text Example
White with #AFE6D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE6D6; }
p { color: rgb(175,230,214); }
H1.HeaderClassName
{
color: #AFE6D6;
}
.AnyTagClassName
{
color: #AFE6D6;
}
</style>
background-color css
<style>
a { background-color: #AFE6D6; }
a { background-color: rgb(175,230,214); }
div.DivClassName
{
background-color: #AFE6D6;
}
.BgClassName
{
background-color: #AFE6D6;
}
</style>
border-color css
<style>
span { border-color: #AFE6D6; }
span { border-color: rgb(175,230,214); }
td.TdClassName
{
border-color: #AFE6D6;
}
.TagClassName
{
border-color: #AFE6D6;
}
</style>