Shades of Ice Cold #A8E1DB
Tints of Ice Cold #A8E1DB
RGB
CMYK
RGB Variations
Color information
#A8E1DB (or 0xA8E1DB) is known color: Ice Cold. HEX triplet: A8, E1 and DB. RGB value is (168,225,219). Sum of RGB (Red+Green+Blue) = 168+225+219=612 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.45% from 612); Green value is 225 (88.28% from 255 or 36.76% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E1DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8E1DB is #571E24. Grayscale: #CFCFCF. Windows color (decimal): -5709349 or 14410152. OLE color: 14410152.
HSL color Cylindrical-coordinate representation of color #A8E1DB: hue angle of 173.68º degrees, saturation: 0.49, 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 #A8E1DB is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 225 | 219 | - |
| CMYK | 0.25 | 0 | 0.03 | 0.12 |
| HSL | 173.68º | 0.49% | 0.77% | - |
| HSV(B) | 173.68º | 0.25% | 0.88% | - |
| XYZ | 55.86 | 67.29 | 77.06 | - |
| YUV | 207.27 | 134.62 | 99.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 225 | 219 | 0.25 | 0 | 0.03 | 0.12 | 173.68 | 0.49 | 0.77 |
| Hex | A8 | E1 | DB | 19 | 0 | 3 | C | AE | 31 | 4D |
| Octal | 250 | 341 | 333 | 31 | 0 | 3 | 14 | 256 | 61 | 115 |
| Binary | 10101000 | 11100001 | 11011011 | 11001 | 0 | 11 | 1100 | 10101110 | 110001 | 1001101 |
Color Harmonies of #A8E1DB
Complementary color
Monochromatic Colors of #A8E1DB
Black with #A8E1DB
Text Example
Text Example
White with #A8E1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E1DB; }
p { color: rgb(168,225,219); }
H1.HeaderClassName
{
color: #A8E1DB;
}
.AnyTagClassName
{
color: #A8E1DB;
}
</style>
background-color css
<style>
a { background-color: #A8E1DB; }
a { background-color: rgb(168,225,219); }
div.DivClassName
{
background-color: #A8E1DB;
}
.BgClassName
{
background-color: #A8E1DB;
}
</style>
border-color css
<style>
span { border-color: #A8E1DB; }
span { border-color: rgb(168,225,219); }
td.TdClassName
{
border-color: #A8E1DB;
}
.TagClassName
{
border-color: #A8E1DB;
}
</style>