Shades of Ice Cold #A3EBDA
Tints of Ice Cold #A3EBDA
RGB
CMYK
RGB Variations
Color information
#A3EBDA (or 0xA3EBDA) is known color: Ice Cold. HEX triplet: A3, EB and DA. RGB value is (163,235,218). Sum of RGB (Red+Green+Blue) = 163+235+218=616 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.46% from 616); Green value is 235 (92.19% from 255 or 38.15% from 616); Blue value is 218 (85.55% from 255 or 35.39% from 616); Max value from RGB is 235 - color contains mainly: green. Hex color #A3EBDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EBDA is #5C1425. Grayscale: #D3D3D3. Windows color (decimal): -6034470 or 14347171. OLE color: 14347171.
HSL color Cylindrical-coordinate representation of color #A3EBDA: hue angle of 165.83º 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 #A3EBDA is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 235 | 218 | - |
| CMYK | 0.31 | 0 | 0.07 | 0.08 |
| HSL | 165.83º | 0.64% | 0.78% | - |
| HSV(B) | 165.83º | 0.31% | 0.92% | - |
| XYZ | 57.47 | 72.27 | 77.25 | - |
| YUV | 211.53 | 131.65 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 235 | 218 | 0.31 | 0 | 0.07 | 0.08 | 165.83 | 0.64 | 0.78 |
| Hex | A3 | EB | DA | 1F | 0 | 7 | 8 | A6 | 40 | 4E |
| Octal | 243 | 353 | 332 | 37 | 0 | 7 | 10 | 246 | 100 | 116 |
| Binary | 10100011 | 11101011 | 11011010 | 11111 | 0 | 111 | 1000 | 10100110 | 1000000 | 1001110 |
Color Harmonies of #A3EBDA
Complementary color
Monochromatic Colors of #A3EBDA
Black with #A3EBDA
Text Example
Text Example
White with #A3EBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EBDA; }
p { color: rgb(163,235,218); }
H1.HeaderClassName
{
color: #A3EBDA;
}
.AnyTagClassName
{
color: #A3EBDA;
}
</style>
background-color css
<style>
a { background-color: #A3EBDA; }
a { background-color: rgb(163,235,218); }
div.DivClassName
{
background-color: #A3EBDA;
}
.BgClassName
{
background-color: #A3EBDA;
}
</style>
border-color css
<style>
span { border-color: #A3EBDA; }
span { border-color: rgb(163,235,218); }
td.TdClassName
{
border-color: #A3EBDA;
}
.TagClassName
{
border-color: #A3EBDA;
}
</style>