Shades of Ice Cold #A1EDDB
Tints of Ice Cold #A1EDDB
RGB
CMYK
RGB Variations
Color information
#A1EDDB (or 0xA1EDDB) is known color: Ice Cold. HEX triplet: A1, ED and DB. RGB value is (161,237,219). Sum of RGB (Red+Green+Blue) = 161+237+219=617 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.09% from 617); Green value is 237 (92.97% from 255 or 38.41% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 237 - color contains mainly: green. Hex color #A1EDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EDDB is #5E1224. Grayscale: #D4D4D4. Windows color (decimal): -6165029 or 14413217. OLE color: 14413217.
HSL color Cylindrical-coordinate representation of color #A1EDDB: hue angle of 165.79º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1EDDB is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 237 | 219 | - |
| CMYK | 0.32 | 0 | 0.08 | 0.07 |
| HSL | 165.79º | 0.68% | 0.78% | - |
| HSV(B) | 165.79º | 0.32% | 0.93% | - |
| XYZ | 57.77 | 73.26 | 78.11 | - |
| YUV | 212.22 | 131.82 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 237 | 219 | 0.32 | 0 | 0.08 | 0.07 | 165.79 | 0.68 | 0.78 |
| Hex | A1 | ED | DB | 20 | 0 | 8 | 7 | A6 | 44 | 4E |
| Octal | 241 | 355 | 333 | 40 | 0 | 10 | 7 | 246 | 104 | 116 |
| Binary | 10100001 | 11101101 | 11011011 | 100000 | 0 | 1000 | 111 | 10100110 | 1000100 | 1001110 |
Color Harmonies of #A1EDDB
Complementary color
Monochromatic Colors of #A1EDDB
Black with #A1EDDB
Text Example
Text Example
White with #A1EDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EDDB; }
p { color: rgb(161,237,219); }
H1.HeaderClassName
{
color: #A1EDDB;
}
.AnyTagClassName
{
color: #A1EDDB;
}
</style>
background-color css
<style>
a { background-color: #A1EDDB; }
a { background-color: rgb(161,237,219); }
div.DivClassName
{
background-color: #A1EDDB;
}
.BgClassName
{
background-color: #A1EDDB;
}
</style>
border-color css
<style>
span { border-color: #A1EDDB; }
span { border-color: rgb(161,237,219); }
td.TdClassName
{
border-color: #A1EDDB;
}
.TagClassName
{
border-color: #A1EDDB;
}
</style>