Shades of Ice Cold #A1ECDB
Tints of Ice Cold #A1ECDB
RGB
CMYK
RGB Variations
Color information
#A1ECDB (or 0xA1ECDB) is known color: Ice Cold. HEX triplet: A1, EC and DB. RGB value is (161,236,219). Sum of RGB (Red+Green+Blue) = 161+236+219=616 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.14% from 616); Green value is 236 (92.58% from 255 or 38.31% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 236 - color contains mainly: green. Hex color #A1ECDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1ECDB is #5E1324. Grayscale: #D3D3D3. Windows color (decimal): -6165285 or 14412961. OLE color: 14412961.
HSL color Cylindrical-coordinate representation of color #A1ECDB: hue angle of 166.4º degrees, saturation: 0.66, 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 #A1ECDB is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 161 | 236 | 219 | - |
CMYK | 0.32 | 0 | 0.07 | 0.07 |
HSL | 166.4º | 0.66% | 0.78% | - |
HSV(B) | 166.4º | 0.32% | 0.93% | - |
XYZ | 57.48 | 72.68 | 78.02 | - |
YUV | 211.64 | 132.15 | 91.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 236 | 219 | 0.32 | 0 | 0.07 | 0.07 | 166.4 | 0.66 | 0.78 |
Hex | A1 | EC | DB | 20 | 0 | 7 | 7 | A6 | 42 | 4E |
Octal | 241 | 354 | 333 | 40 | 0 | 7 | 7 | 246 | 102 | 116 |
Binary | 10100001 | 11101100 | 11011011 | 100000 | 0 | 111 | 111 | 10100110 | 1000010 | 1001110 |
Color Harmonies of #A1ECDB
Complementary color
Monochromatic Colors of #A1ECDB
Black with #A1ECDB
Text Example
Text Example
White with #A1ECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ECDB; }
p { color: rgb(161,236,219); }
H1.HeaderClassName
{
color: #A1ECDB;
}
.AnyTagClassName
{
color: #A1ECDB;
}
</style>
background-color css
<style>
a { background-color: #A1ECDB; }
a { background-color: rgb(161,236,219); }
div.DivClassName
{
background-color: #A1ECDB;
}
.BgClassName
{
background-color: #A1ECDB;
}
</style>
border-color css
<style>
span { border-color: #A1ECDB; }
span { border-color: rgb(161,236,219); }
td.TdClassName
{
border-color: #A1ECDB;
}
.TagClassName
{
border-color: #A1ECDB;
}
</style>