Shades of Ice Cold #A3EDDB
Tints of Ice Cold #A3EDDB
RGB
CMYK
RGB Variations
Color information
#A3EDDB (or 0xA3EDDB) is known color: Ice Cold. HEX triplet: A3, ED and DB. RGB value is (163,237,219). Sum of RGB (Red+Green+Blue) = 163+237+219=619 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.33% from 619); Green value is 237 (92.97% from 255 or 38.29% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 237 - color contains mainly: green. Hex color #A3EDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EDDB is #5C1224. Grayscale: #D4D4D4. Windows color (decimal): -6033957 or 14413219. OLE color: 14413219.
HSL color Cylindrical-coordinate representation of color #A3EDDB: hue angle of 165.41º 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 #A3EDDB is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 237 | 219 | - |
| CMYK | 0.31 | 0 | 0.08 | 0.07 |
| HSL | 165.41º | 0.67% | 0.78% | - |
| HSV(B) | 165.41º | 0.31% | 0.93% | - |
| XYZ | 58.17 | 73.47 | 78.13 | - |
| YUV | 212.82 | 131.48 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 237 | 219 | 0.31 | 0 | 0.08 | 0.07 | 165.41 | 0.67 | 0.78 |
| Hex | A3 | ED | DB | 1F | 0 | 8 | 7 | A5 | 43 | 4E |
| Octal | 243 | 355 | 333 | 37 | 0 | 10 | 7 | 245 | 103 | 116 |
| Binary | 10100011 | 11101101 | 11011011 | 11111 | 0 | 1000 | 111 | 10100101 | 1000011 | 1001110 |
Color Harmonies of #A3EDDB
Complementary color
Monochromatic Colors of #A3EDDB
Black with #A3EDDB
Text Example
Text Example
White with #A3EDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EDDB; }
p { color: rgb(163,237,219); }
H1.HeaderClassName
{
color: #A3EDDB;
}
.AnyTagClassName
{
color: #A3EDDB;
}
</style>
background-color css
<style>
a { background-color: #A3EDDB; }
a { background-color: rgb(163,237,219); }
div.DivClassName
{
background-color: #A3EDDB;
}
.BgClassName
{
background-color: #A3EDDB;
}
</style>
border-color css
<style>
span { border-color: #A3EDDB; }
span { border-color: rgb(163,237,219); }
td.TdClassName
{
border-color: #A3EDDB;
}
.TagClassName
{
border-color: #A3EDDB;
}
</style>