Shades of Ice Cold #A8E4DA
Tints of Ice Cold #A8E4DA
RGB
CMYK
RGB Variations
Color information
#A8E4DA (or 0xA8E4DA) is known color: Ice Cold. HEX triplet: A8, E4 and DA. RGB value is (168,228,218). Sum of RGB (Red+Green+Blue) = 168+228+218=614 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.36% from 614); Green value is 228 (89.45% from 255 or 37.13% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 228 - color contains mainly: green. Hex color #A8E4DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8E4DA is #571B25. Grayscale: #D0D0D0. Windows color (decimal): -5708582 or 14345384. OLE color: 14345384.
HSL color Cylindrical-coordinate representation of color #A8E4DA: hue angle of 170º 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 #A8E4DA is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 228 | 218 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.11 |
| HSL | 170º | 0.53% | 0.78% | - |
| HSV(B) | 170º | 0.26% | 0.89% | - |
| XYZ | 56.55 | 68.87 | 76.64 | - |
| YUV | 208.92 | 133.12 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 228 | 218 | 0.26 | 0 | 0.04 | 0.11 | 170 | 0.53 | 0.78 |
| Hex | A8 | E4 | DA | 1A | 0 | 4 | B | AA | 35 | 4E |
| Octal | 250 | 344 | 332 | 32 | 0 | 4 | 13 | 252 | 65 | 116 |
| Binary | 10101000 | 11100100 | 11011010 | 11010 | 0 | 100 | 1011 | 10101010 | 110101 | 1001110 |
Color Harmonies of #A8E4DA
Complementary color
Monochromatic Colors of #A8E4DA
Black with #A8E4DA
Text Example
Text Example
White with #A8E4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E4DA; }
p { color: rgb(168,228,218); }
H1.HeaderClassName
{
color: #A8E4DA;
}
.AnyTagClassName
{
color: #A8E4DA;
}
</style>
background-color css
<style>
a { background-color: #A8E4DA; }
a { background-color: rgb(168,228,218); }
div.DivClassName
{
background-color: #A8E4DA;
}
.BgClassName
{
background-color: #A8E4DA;
}
</style>
border-color css
<style>
span { border-color: #A8E4DA; }
span { border-color: rgb(168,228,218); }
td.TdClassName
{
border-color: #A8E4DA;
}
.TagClassName
{
border-color: #A8E4DA;
}
</style>