Shades of Ice Cold #A8E4D2
Tints of Ice Cold #A8E4D2
RGB
CMYK
RGB Variations
Color information
#A8E4D2 (or 0xA8E4D2) is known color: Ice Cold. HEX triplet: A8, E4 and D2. RGB value is (168,228,210). Sum of RGB (Red+Green+Blue) = 168+228+210=606 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.72% from 606); Green value is 228 (89.45% from 255 or 37.62% from 606); Blue value is 210 (82.42% from 255 or 34.65% from 606); Max value from RGB is 228 - color contains mainly: green. Hex color #A8E4D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8E4D2 is #571B2D. Grayscale: #D0D0D0. Windows color (decimal): -5708590 or 13821096. OLE color: 13821096.
HSL color Cylindrical-coordinate representation of color #A8E4D2: hue angle of 162º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A8E4D2 is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 228 | 210 | - |
| CMYK | 0.26 | 0 | 0.08 | 0.11 |
| HSL | 162º | 0.53% | 0.78% | - |
| HSV(B) | 162º | 0.26% | 0.89% | - |
| XYZ | 55.52 | 68.46 | 71.26 | - |
| YUV | 208.01 | 129.12 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 228 | 210 | 0.26 | 0 | 0.08 | 0.11 | 162 | 0.53 | 0.78 |
| Hex | A8 | E4 | D2 | 1A | 0 | 8 | B | A2 | 35 | 4E |
| Octal | 250 | 344 | 322 | 32 | 0 | 10 | 13 | 242 | 65 | 116 |
| Binary | 10101000 | 11100100 | 11010010 | 11010 | 0 | 1000 | 1011 | 10100010 | 110101 | 1001110 |
Color Harmonies of #A8E4D2
Complementary color
Monochromatic Colors of #A8E4D2
Black with #A8E4D2
Text Example
Text Example
White with #A8E4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E4D2; }
p { color: rgb(168,228,210); }
H1.HeaderClassName
{
color: #A8E4D2;
}
.AnyTagClassName
{
color: #A8E4D2;
}
</style>
background-color css
<style>
a { background-color: #A8E4D2; }
a { background-color: rgb(168,228,210); }
div.DivClassName
{
background-color: #A8E4D2;
}
.BgClassName
{
background-color: #A8E4D2;
}
</style>
border-color css
<style>
span { border-color: #A8E4D2; }
span { border-color: rgb(168,228,210); }
td.TdClassName
{
border-color: #A8E4D2;
}
.TagClassName
{
border-color: #A8E4D2;
}
</style>