Shades of Ice Cold #A8E3CE
Tints of Ice Cold #A8E3CE
RGB
CMYK
RGB Variations
Color information
#A8E3CE (or 0xA8E3CE) is known color: Ice Cold. HEX triplet: A8, E3 and CE. RGB value is (168,227,206). Sum of RGB (Red+Green+Blue) = 168+227+206=601 (79% of max value = 765). Red value is 168 (66.02% from 255 or 27.95% from 601); Green value is 227 (89.06% from 255 or 37.77% from 601); Blue value is 206 (80.86% from 255 or 34.28% from 601); Max value from RGB is 227 - color contains mainly: green. Hex color #A8E3CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8E3CE is #571C31. Grayscale: #CECECE. Windows color (decimal): -5708850 or 13558696. OLE color: 13558696.
HSL color Cylindrical-coordinate representation of color #A8E3CE: hue angle of 158.64º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A8E3CE is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 227 | 206 | - |
| CMYK | 0.26 | 0 | 0.09 | 0.11 |
| HSL | 158.64º | 0.51% | 0.77% | - |
| HSV(B) | 158.64º | 0.26% | 0.89% | - |
| XYZ | 54.76 | 67.72 | 68.58 | - |
| YUV | 206.97 | 127.45 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 227 | 206 | 0.26 | 0 | 0.09 | 0.11 | 158.64 | 0.51 | 0.77 |
| Hex | A8 | E3 | CE | 1A | 0 | 9 | B | 9F | 33 | 4D |
| Octal | 250 | 343 | 316 | 32 | 0 | 11 | 13 | 237 | 63 | 115 |
| Binary | 10101000 | 11100011 | 11001110 | 11010 | 0 | 1001 | 1011 | 10011111 | 110011 | 1001101 |
Color Harmonies of #A8E3CE
Complementary color
Monochromatic Colors of #A8E3CE
Black with #A8E3CE
Text Example
Text Example
White with #A8E3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E3CE; }
p { color: rgb(168,227,206); }
H1.HeaderClassName
{
color: #A8E3CE;
}
.AnyTagClassName
{
color: #A8E3CE;
}
</style>
background-color css
<style>
a { background-color: #A8E3CE; }
a { background-color: rgb(168,227,206); }
div.DivClassName
{
background-color: #A8E3CE;
}
.BgClassName
{
background-color: #A8E3CE;
}
</style>
border-color css
<style>
span { border-color: #A8E3CE; }
span { border-color: rgb(168,227,206); }
td.TdClassName
{
border-color: #A8E3CE;
}
.TagClassName
{
border-color: #A8E3CE;
}
</style>