Shades of Ice Cold #A1EBDF
Tints of Ice Cold #A1EBDF
RGB
CMYK
RGB Variations
Color information
#A1EBDF (or 0xA1EBDF) is known color: Ice Cold. HEX triplet: A1, EB and DF. RGB value is (161,235,223). Sum of RGB (Red+Green+Blue) = 161+235+223=619 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.01% from 619); Green value is 235 (92.19% from 255 or 37.96% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EBDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EBDF is #5E1420. Grayscale: #D3D3D3. Windows color (decimal): -6165537 or 14674849. OLE color: 14674849.
HSL color Cylindrical-coordinate representation of color #A1EBDF: hue angle of 170.27º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1EBDF is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 235 | 223 | - |
| CMYK | 0.31 | 0 | 0.05 | 0.08 |
| HSL | 170.27º | 0.65% | 0.78% | - |
| HSV(B) | 170.27º | 0.31% | 0.92% | - |
| XYZ | 57.73 | 72.32 | 80.73 | - |
| YUV | 211.51 | 134.48 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 235 | 223 | 0.31 | 0 | 0.05 | 0.08 | 170.27 | 0.65 | 0.78 |
| Hex | A1 | EB | DF | 1F | 0 | 5 | 8 | AA | 41 | 4E |
| Octal | 241 | 353 | 337 | 37 | 0 | 5 | 10 | 252 | 101 | 116 |
| Binary | 10100001 | 11101011 | 11011111 | 11111 | 0 | 101 | 1000 | 10101010 | 1000001 | 1001110 |
Color Harmonies of #A1EBDF
Complementary color
Monochromatic Colors of #A1EBDF
Black with #A1EBDF
Text Example
Text Example
White with #A1EBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EBDF; }
p { color: rgb(161,235,223); }
H1.HeaderClassName
{
color: #A1EBDF;
}
.AnyTagClassName
{
color: #A1EBDF;
}
</style>
background-color css
<style>
a { background-color: #A1EBDF; }
a { background-color: rgb(161,235,223); }
div.DivClassName
{
background-color: #A1EBDF;
}
.BgClassName
{
background-color: #A1EBDF;
}
</style>
border-color css
<style>
span { border-color: #A1EBDF; }
span { border-color: rgb(161,235,223); }
td.TdClassName
{
border-color: #A1EBDF;
}
.TagClassName
{
border-color: #A1EBDF;
}
</style>