Shades of Ice Cold #A3EDDA
Tints of Ice Cold #A3EDDA
RGB
CMYK
RGB Variations
Color information
#A3EDDA (or 0xA3EDDA) is known color: Ice Cold. HEX triplet: A3, ED and DA. RGB value is (163,237,218). Sum of RGB (Red+Green+Blue) = 163+237+218=618 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.38% from 618); Green value is 237 (92.97% from 255 or 38.35% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 237 - color contains mainly: green. Hex color #A3EDDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EDDA is #5C1225. Grayscale: #D4D4D4. Windows color (decimal): -6033958 or 14347683. OLE color: 14347683.
HSL color Cylindrical-coordinate representation of color #A3EDDA: hue angle of 164.59º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3EDDA is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 237 | 218 | - |
| CMYK | 0.31 | 0 | 0.08 | 0.07 |
| HSL | 164.59º | 0.67% | 0.78% | - |
| HSV(B) | 164.59º | 0.31% | 0.93% | - |
| XYZ | 58.04 | 73.42 | 77.44 | - |
| YUV | 212.71 | 130.98 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 237 | 218 | 0.31 | 0 | 0.08 | 0.07 | 164.59 | 0.67 | 0.78 |
| Hex | A3 | ED | DA | 1F | 0 | 8 | 7 | A5 | 43 | 4E |
| Octal | 243 | 355 | 332 | 37 | 0 | 10 | 7 | 245 | 103 | 116 |
| Binary | 10100011 | 11101101 | 11011010 | 11111 | 0 | 1000 | 111 | 10100101 | 1000011 | 1001110 |
Color Harmonies of #A3EDDA
Complementary color
Monochromatic Colors of #A3EDDA
Black with #A3EDDA
Text Example
Text Example
White with #A3EDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EDDA; }
p { color: rgb(163,237,218); }
H1.HeaderClassName
{
color: #A3EDDA;
}
.AnyTagClassName
{
color: #A3EDDA;
}
</style>
background-color css
<style>
a { background-color: #A3EDDA; }
a { background-color: rgb(163,237,218); }
div.DivClassName
{
background-color: #A3EDDA;
}
.BgClassName
{
background-color: #A3EDDA;
}
</style>
border-color css
<style>
span { border-color: #A3EDDA; }
span { border-color: rgb(163,237,218); }
td.TdClassName
{
border-color: #A3EDDA;
}
.TagClassName
{
border-color: #A3EDDA;
}
</style>