Shades of Ice Cold #A3EDDC
Tints of Ice Cold #A3EDDC
RGB
CMYK
RGB Variations
Color information
#A3EDDC (or 0xA3EDDC) is known color: Ice Cold. HEX triplet: A3, ED and DC. RGB value is (163,237,220). Sum of RGB (Red+Green+Blue) = 163+237+220=620 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.29% from 620); Green value is 237 (92.97% from 255 or 38.23% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 237 - color contains mainly: green. Hex color #A3EDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EDDC is #5C1223. Grayscale: #D4D4D4. Windows color (decimal): -6033956 or 14478755. OLE color: 14478755.
HSL color Cylindrical-coordinate representation of color #A3EDDC: hue angle of 166.22º 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 #A3EDDC is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 237 | 220 | - |
| CMYK | 0.31 | 0 | 0.07 | 0.07 |
| HSL | 166.22º | 0.67% | 0.78% | - |
| HSV(B) | 166.22º | 0.31% | 0.93% | - |
| XYZ | 58.31 | 73.52 | 78.83 | - |
| YUV | 212.94 | 131.98 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 237 | 220 | 0.31 | 0 | 0.07 | 0.07 | 166.22 | 0.67 | 0.78 |
| Hex | A3 | ED | DC | 1F | 0 | 7 | 7 | A6 | 43 | 4E |
| Octal | 243 | 355 | 334 | 37 | 0 | 7 | 7 | 246 | 103 | 116 |
| Binary | 10100011 | 11101101 | 11011100 | 11111 | 0 | 111 | 111 | 10100110 | 1000011 | 1001110 |
Color Harmonies of #A3EDDC
Complementary color
Monochromatic Colors of #A3EDDC
Black with #A3EDDC
Text Example
Text Example
White with #A3EDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EDDC; }
p { color: rgb(163,237,220); }
H1.HeaderClassName
{
color: #A3EDDC;
}
.AnyTagClassName
{
color: #A3EDDC;
}
</style>
background-color css
<style>
a { background-color: #A3EDDC; }
a { background-color: rgb(163,237,220); }
div.DivClassName
{
background-color: #A3EDDC;
}
.BgClassName
{
background-color: #A3EDDC;
}
</style>
border-color css
<style>
span { border-color: #A3EDDC; }
span { border-color: rgb(163,237,220); }
td.TdClassName
{
border-color: #A3EDDC;
}
.TagClassName
{
border-color: #A3EDDC;
}
</style>