Shades of Ice Cold #A1EFDB
Tints of Ice Cold #A1EFDB
RGB
CMYK
RGB Variations
Color information
#A1EFDB (or 0xA1EFDB) is known color: Ice Cold. HEX triplet: A1, EF and DB. RGB value is (161,239,219). Sum of RGB (Red+Green+Blue) = 161+239+219=619 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.01% from 619); Green value is 239 (93.75% from 255 or 38.61% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EFDB is #5E1024. Grayscale: #D5D5D5. Windows color (decimal): -6164517 or 14413729. OLE color: 14413729.
HSL color Cylindrical-coordinate representation of color #A1EFDB: hue angle of 164.62º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1EFDB is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 239 | 219 | - |
| CMYK | 0.33 | 0 | 0.08 | 0.06 |
| HSL | 164.62º | 0.71% | 0.78% | - |
| HSV(B) | 164.62º | 0.33% | 0.94% | - |
| XYZ | 58.35 | 74.42 | 78.31 | - |
| YUV | 213.4 | 131.16 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 239 | 219 | 0.33 | 0 | 0.08 | 0.06 | 164.62 | 0.71 | 0.78 |
| Hex | A1 | EF | DB | 21 | 0 | 8 | 6 | A5 | 47 | 4E |
| Octal | 241 | 357 | 333 | 41 | 0 | 10 | 6 | 245 | 107 | 116 |
| Binary | 10100001 | 11101111 | 11011011 | 100001 | 0 | 1000 | 110 | 10100101 | 1000111 | 1001110 |
Color Harmonies of #A1EFDB
Complementary color
Monochromatic Colors of #A1EFDB
Black with #A1EFDB
Text Example
Text Example
White with #A1EFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EFDB; }
p { color: rgb(161,239,219); }
H1.HeaderClassName
{
color: #A1EFDB;
}
.AnyTagClassName
{
color: #A1EFDB;
}
</style>
background-color css
<style>
a { background-color: #A1EFDB; }
a { background-color: rgb(161,239,219); }
div.DivClassName
{
background-color: #A1EFDB;
}
.BgClassName
{
background-color: #A1EFDB;
}
</style>
border-color css
<style>
span { border-color: #A1EFDB; }
span { border-color: rgb(161,239,219); }
td.TdClassName
{
border-color: #A1EFDB;
}
.TagClassName
{
border-color: #A1EFDB;
}
</style>