Shades of Ice Cold #A3EBE1
Tints of Ice Cold #A3EBE1
RGB
CMYK
RGB Variations
Color information
#A3EBE1 (or 0xA3EBE1) is known color: Ice Cold. HEX triplet: A3, EB and E1. RGB value is (163,235,225). Sum of RGB (Red+Green+Blue) = 163+235+225=623 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.16% from 623); Green value is 235 (92.19% from 255 or 37.72% from 623); Blue value is 225 (88.28% from 255 or 36.12% from 623); Max value from RGB is 235 - color contains mainly: green. Hex color #A3EBE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EBE1 is #5C141E. Grayscale: #D4D4D4. Windows color (decimal): -6034463 or 14805923. OLE color: 14805923.
HSL color Cylindrical-coordinate representation of color #A3EBE1: hue angle of 171.67º degrees, saturation: 0.64, 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 #A3EBE1 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 235 | 225 | - |
| CMYK | 0.31 | 0 | 0.04 | 0.08 |
| HSL | 171.67º | 0.64% | 0.78% | - |
| HSV(B) | 171.67º | 0.31% | 0.92% | - |
| XYZ | 58.4 | 72.64 | 82.18 | - |
| YUV | 212.33 | 135.15 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 235 | 225 | 0.31 | 0 | 0.04 | 0.08 | 171.67 | 0.64 | 0.78 |
| Hex | A3 | EB | E1 | 1F | 0 | 4 | 8 | AC | 40 | 4E |
| Octal | 243 | 353 | 341 | 37 | 0 | 4 | 10 | 254 | 100 | 116 |
| Binary | 10100011 | 11101011 | 11100001 | 11111 | 0 | 100 | 1000 | 10101100 | 1000000 | 1001110 |
Color Harmonies of #A3EBE1
Complementary color
Monochromatic Colors of #A3EBE1
Black with #A3EBE1
Text Example
Text Example
White with #A3EBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EBE1; }
p { color: rgb(163,235,225); }
H1.HeaderClassName
{
color: #A3EBE1;
}
.AnyTagClassName
{
color: #A3EBE1;
}
</style>
background-color css
<style>
a { background-color: #A3EBE1; }
a { background-color: rgb(163,235,225); }
div.DivClassName
{
background-color: #A3EBE1;
}
.BgClassName
{
background-color: #A3EBE1;
}
</style>
border-color css
<style>
span { border-color: #A3EBE1; }
span { border-color: rgb(163,235,225); }
td.TdClassName
{
border-color: #A3EBE1;
}
.TagClassName
{
border-color: #A3EBE1;
}
</style>