Shades of Ice Cold #A3EEDA
Tints of Ice Cold #A3EEDA
RGB
CMYK
RGB Variations
Color information
#A3EEDA (or 0xA3EEDA) is known color: Ice Cold. HEX triplet: A3, EE and DA. RGB value is (163,238,218). Sum of RGB (Red+Green+Blue) = 163+238+218=619 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.33% from 619); Green value is 238 (93.36% from 255 or 38.45% from 619); Blue value is 218 (85.55% from 255 or 35.22% from 619); Max value from RGB is 238 - color contains mainly: green. Hex color #A3EEDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EEDA is #5C1125. Grayscale: #D5D5D5. Windows color (decimal): -6033702 or 14347939. OLE color: 14347939.
HSL color Cylindrical-coordinate representation of color #A3EEDA: hue angle of 164º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3EEDA is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 238 | 218 | - |
| CMYK | 0.32 | 0 | 0.08 | 0.07 |
| HSL | 164º | 0.69% | 0.79% | - |
| HSV(B) | 164º | 0.32% | 0.93% | - |
| XYZ | 58.33 | 74 | 77.54 | - |
| YUV | 213.3 | 130.65 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 238 | 218 | 0.32 | 0 | 0.08 | 0.07 | 164 | 0.69 | 0.79 |
| Hex | A3 | EE | DA | 20 | 0 | 8 | 7 | A4 | 45 | 4F |
| Octal | 243 | 356 | 332 | 40 | 0 | 10 | 7 | 244 | 105 | 117 |
| Binary | 10100011 | 11101110 | 11011010 | 100000 | 0 | 1000 | 111 | 10100100 | 1000101 | 1001111 |
Color Harmonies of #A3EEDA
Complementary color
Monochromatic Colors of #A3EEDA
Black with #A3EEDA
Text Example
Text Example
White with #A3EEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EEDA; }
p { color: rgb(163,238,218); }
H1.HeaderClassName
{
color: #A3EEDA;
}
.AnyTagClassName
{
color: #A3EEDA;
}
</style>
background-color css
<style>
a { background-color: #A3EEDA; }
a { background-color: rgb(163,238,218); }
div.DivClassName
{
background-color: #A3EEDA;
}
.BgClassName
{
background-color: #A3EEDA;
}
</style>
border-color css
<style>
span { border-color: #A3EEDA; }
span { border-color: rgb(163,238,218); }
td.TdClassName
{
border-color: #A3EEDA;
}
.TagClassName
{
border-color: #A3EEDA;
}
</style>