Shades of Ice Cold #A8E0CC
Tints of Ice Cold #A8E0CC
RGB
CMYK
RGB Variations
Color information
#A8E0CC (or 0xA8E0CC) is known color: Ice Cold. HEX triplet: A8, E0 and CC. RGB value is (168,224,204). Sum of RGB (Red+Green+Blue) = 168+224+204=596 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.19% from 596); Green value is 224 (87.89% from 255 or 37.58% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 224 - color contains mainly: green. Hex color #A8E0CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8E0CC is #571F33. Grayscale: #CDCDCD. Windows color (decimal): -5709620 or 13426856. OLE color: 13426856.
HSL color Cylindrical-coordinate representation of color #A8E0CC: hue angle of 158.57º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8E0CC is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 224 | 204 | - |
| CMYK | 0.25 | 0 | 0.09 | 0.12 |
| HSL | 158.57º | 0.47% | 0.77% | - |
| HSV(B) | 158.57º | 0.25% | 0.88% | - |
| XYZ | 53.7 | 66 | 67.03 | - |
| YUV | 204.98 | 127.45 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 224 | 204 | 0.25 | 0 | 0.09 | 0.12 | 158.57 | 0.47 | 0.77 |
| Hex | A8 | E0 | CC | 19 | 0 | 9 | C | 9F | 2F | 4D |
| Octal | 250 | 340 | 314 | 31 | 0 | 11 | 14 | 237 | 57 | 115 |
| Binary | 10101000 | 11100000 | 11001100 | 11001 | 0 | 1001 | 1100 | 10011111 | 101111 | 1001101 |
Color Harmonies of #A8E0CC
Complementary color
Monochromatic Colors of #A8E0CC
Black with #A8E0CC
Text Example
Text Example
White with #A8E0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E0CC; }
p { color: rgb(168,224,204); }
H1.HeaderClassName
{
color: #A8E0CC;
}
.AnyTagClassName
{
color: #A8E0CC;
}
</style>
background-color css
<style>
a { background-color: #A8E0CC; }
a { background-color: rgb(168,224,204); }
div.DivClassName
{
background-color: #A8E0CC;
}
.BgClassName
{
background-color: #A8E0CC;
}
</style>
border-color css
<style>
span { border-color: #A8E0CC; }
span { border-color: rgb(168,224,204); }
td.TdClassName
{
border-color: #A8E0CC;
}
.TagClassName
{
border-color: #A8E0CC;
}
</style>