Shades of Ice Cold #A6E0CF
Tints of Ice Cold #A6E0CF
RGB
CMYK
RGB Variations
Color information
#A6E0CF (or 0xA6E0CF) is known color: Ice Cold. HEX triplet: A6, E0 and CF. RGB value is (166,224,207). Sum of RGB (Red+Green+Blue) = 166+224+207=597 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.81% from 597); Green value is 224 (87.89% from 255 or 37.52% from 597); Blue value is 207 (81.25% from 255 or 34.67% from 597); Max value from RGB is 224 - color contains mainly: green. Hex color #A6E0CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E0CF is #591F30. Grayscale: #CCCCCC. Windows color (decimal): -5840689 or 13623462. OLE color: 13623462.
HSL color Cylindrical-coordinate representation of color #A6E0CF: hue angle of 162.41º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6E0CF is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 224 | 207 | - |
| CMYK | 0.26 | 0 | 0.08 | 0.12 |
| HSL | 162.41º | 0.48% | 0.76% | - |
| HSV(B) | 162.41º | 0.26% | 0.88% | - |
| XYZ | 53.64 | 65.92 | 68.93 | - |
| YUV | 204.72 | 129.28 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 224 | 207 | 0.26 | 0 | 0.08 | 0.12 | 162.41 | 0.48 | 0.76 |
| Hex | A6 | E0 | CF | 1A | 0 | 8 | C | A2 | 30 | 4C |
| Octal | 246 | 340 | 317 | 32 | 0 | 10 | 14 | 242 | 60 | 114 |
| Binary | 10100110 | 11100000 | 11001111 | 11010 | 0 | 1000 | 1100 | 10100010 | 110000 | 1001100 |
Color Harmonies of #A6E0CF
Complementary color
Monochromatic Colors of #A6E0CF
Black with #A6E0CF
Text Example
Text Example
White with #A6E0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E0CF; }
p { color: rgb(166,224,207); }
H1.HeaderClassName
{
color: #A6E0CF;
}
.AnyTagClassName
{
color: #A6E0CF;
}
</style>
background-color css
<style>
a { background-color: #A6E0CF; }
a { background-color: rgb(166,224,207); }
div.DivClassName
{
background-color: #A6E0CF;
}
.BgClassName
{
background-color: #A6E0CF;
}
</style>
border-color css
<style>
span { border-color: #A6E0CF; }
span { border-color: rgb(166,224,207); }
td.TdClassName
{
border-color: #A6E0CF;
}
.TagClassName
{
border-color: #A6E0CF;
}
</style>