Shades of Ice Cold #A1EBD6
Tints of Ice Cold #A1EBD6
RGB
CMYK
RGB Variations
Color information
#A1EBD6 (or 0xA1EBD6) is known color: Ice Cold. HEX triplet: A1, EB and D6. RGB value is (161,235,214). Sum of RGB (Red+Green+Blue) = 161+235+214=610 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.39% from 610); Green value is 235 (92.19% from 255 or 38.52% from 610); Blue value is 214 (83.98% from 255 or 35.08% from 610); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EBD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EBD6 is #5E1429. Grayscale: #D2D2D2. Windows color (decimal): -6165546 or 14085025. OLE color: 14085025.
HSL color Cylindrical-coordinate representation of color #A1EBD6: hue angle of 162.97º 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 #A1EBD6 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 235 | 214 | - |
| CMYK | 0.31 | 0 | 0.09 | 0.08 |
| HSL | 162.97º | 0.65% | 0.78% | - |
| HSV(B) | 162.97º | 0.31% | 0.92% | - |
| XYZ | 56.54 | 71.85 | 74.51 | - |
| YUV | 210.48 | 129.98 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 235 | 214 | 0.31 | 0 | 0.09 | 0.08 | 162.97 | 0.65 | 0.78 |
| Hex | A1 | EB | D6 | 1F | 0 | 9 | 8 | A3 | 41 | 4E |
| Octal | 241 | 353 | 326 | 37 | 0 | 11 | 10 | 243 | 101 | 116 |
| Binary | 10100001 | 11101011 | 11010110 | 11111 | 0 | 1001 | 1000 | 10100011 | 1000001 | 1001110 |
Color Harmonies of #A1EBD6
Complementary color
Monochromatic Colors of #A1EBD6
Black with #A1EBD6
Text Example
Text Example
White with #A1EBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EBD6; }
p { color: rgb(161,235,214); }
H1.HeaderClassName
{
color: #A1EBD6;
}
.AnyTagClassName
{
color: #A1EBD6;
}
</style>
background-color css
<style>
a { background-color: #A1EBD6; }
a { background-color: rgb(161,235,214); }
div.DivClassName
{
background-color: #A1EBD6;
}
.BgClassName
{
background-color: #A1EBD6;
}
</style>
border-color css
<style>
span { border-color: #A1EBD6; }
span { border-color: rgb(161,235,214); }
td.TdClassName
{
border-color: #A1EBD6;
}
.TagClassName
{
border-color: #A1EBD6;
}
</style>