Shades of Ice Cold #A4E8DB
Tints of Ice Cold #A4E8DB
RGB
CMYK
RGB Variations
Color information
#A4E8DB (or 0xA4E8DB) is known color: Ice Cold. HEX triplet: A4, E8 and DB. RGB value is (164,232,219). Sum of RGB (Red+Green+Blue) = 164+232+219=615 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.67% from 615); Green value is 232 (91.02% from 255 or 37.72% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 232 - color contains mainly: green. Hex color #A4E8DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4E8DB is #5B1724. Grayscale: #D2D2D2. Windows color (decimal): -5969701 or 14411940. OLE color: 14411940.
HSL color Cylindrical-coordinate representation of color #A4E8DB: hue angle of 168.53º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4E8DB is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 164 | 232 | 219 | - |
| CMYK | 0.29 | 0 | 0.06 | 0.09 |
| HSL | 168.53º | 0.6% | 0.78% | - |
| HSV(B) | 168.53º | 0.29% | 0.91% | - |
| XYZ | 56.95 | 70.72 | 77.67 | - |
| YUV | 210.19 | 132.97 | 95.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 232 | 219 | 0.29 | 0 | 0.06 | 0.09 | 168.53 | 0.6 | 0.78 |
| Hex | A4 | E8 | DB | 1D | 0 | 6 | 9 | A9 | 3C | 4E |
| Octal | 244 | 350 | 333 | 35 | 0 | 6 | 11 | 251 | 74 | 116 |
| Binary | 10100100 | 11101000 | 11011011 | 11101 | 0 | 110 | 1001 | 10101001 | 111100 | 1001110 |
Color Harmonies of #A4E8DB
Complementary color
Monochromatic Colors of #A4E8DB
Black with #A4E8DB
Text Example
Text Example
White with #A4E8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E8DB; }
p { color: rgb(164,232,219); }
H1.HeaderClassName
{
color: #A4E8DB;
}
.AnyTagClassName
{
color: #A4E8DB;
}
</style>
background-color css
<style>
a { background-color: #A4E8DB; }
a { background-color: rgb(164,232,219); }
div.DivClassName
{
background-color: #A4E8DB;
}
.BgClassName
{
background-color: #A4E8DB;
}
</style>
border-color css
<style>
span { border-color: #A4E8DB; }
span { border-color: rgb(164,232,219); }
td.TdClassName
{
border-color: #A4E8DB;
}
.TagClassName
{
border-color: #A4E8DB;
}
</style>