Shades of Ice Cold #A3EEDF
Tints of Ice Cold #A3EEDF
RGB
CMYK
RGB Variations
Color information
#A3EEDF (or 0xA3EEDF) is known color: Ice Cold. HEX triplet: A3, EE and DF. RGB value is (163,238,223). Sum of RGB (Red+Green+Blue) = 163+238+223=624 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.12% from 624); Green value is 238 (93.36% from 255 or 38.14% from 624); Blue value is 223 (87.5% from 255 or 35.74% from 624); Max value from RGB is 238 - color contains mainly: green. Hex color #A3EEDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EEDF is #5C1120. Grayscale: #D5D5D5. Windows color (decimal): -6033697 or 14675619. OLE color: 14675619.
HSL color Cylindrical-coordinate representation of color #A3EEDF: hue angle of 168º 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 #A3EEDF is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 238 | 223 | - |
| CMYK | 0.32 | 0 | 0.06 | 0.07 |
| HSL | 168º | 0.69% | 0.79% | - |
| HSV(B) | 168º | 0.32% | 0.93% | - |
| XYZ | 59 | 74.26 | 81.04 | - |
| YUV | 213.87 | 133.15 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 238 | 223 | 0.32 | 0 | 0.06 | 0.07 | 168 | 0.69 | 0.79 |
| Hex | A3 | EE | DF | 20 | 0 | 6 | 7 | A8 | 45 | 4F |
| Octal | 243 | 356 | 337 | 40 | 0 | 6 | 7 | 250 | 105 | 117 |
| Binary | 10100011 | 11101110 | 11011111 | 100000 | 0 | 110 | 111 | 10101000 | 1000101 | 1001111 |
Color Harmonies of #A3EEDF
Complementary color
Monochromatic Colors of #A3EEDF
Black with #A3EEDF
Text Example
Text Example
White with #A3EEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EEDF; }
p { color: rgb(163,238,223); }
H1.HeaderClassName
{
color: #A3EEDF;
}
.AnyTagClassName
{
color: #A3EEDF;
}
</style>
background-color css
<style>
a { background-color: #A3EEDF; }
a { background-color: rgb(163,238,223); }
div.DivClassName
{
background-color: #A3EEDF;
}
.BgClassName
{
background-color: #A3EEDF;
}
</style>
border-color css
<style>
span { border-color: #A3EEDF; }
span { border-color: rgb(163,238,223); }
td.TdClassName
{
border-color: #A3EEDF;
}
.TagClassName
{
border-color: #A3EEDF;
}
</style>