Shades of Ice Cold #A3E5D6
Tints of Ice Cold #A3E5D6
RGB
CMYK
RGB Variations
Color information
#A3E5D6 (or 0xA3E5D6) is known color: Ice Cold. HEX triplet: A3, E5 and D6. RGB value is (163,229,214). Sum of RGB (Red+Green+Blue) = 163+229+214=606 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.90% from 606); Green value is 229 (89.84% from 255 or 37.79% from 606); Blue value is 214 (83.98% from 255 or 35.31% from 606); Max value from RGB is 229 - color contains mainly: green. Hex color #A3E5D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3E5D6 is #5C1A29. Grayscale: #CFCFCF. Windows color (decimal): -6036010 or 14083491. OLE color: 14083491.
HSL color Cylindrical-coordinate representation of color #A3E5D6: hue angle of 166.36º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3E5D6 is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 229 | 214 | - |
| CMYK | 0.29 | 0 | 0.07 | 0.10 |
| HSL | 166.36º | 0.56% | 0.77% | - |
| HSV(B) | 166.36º | 0.29% | 0.9% | - |
| XYZ | 55.26 | 68.68 | 73.96 | - |
| YUV | 207.56 | 131.63 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 229 | 214 | 0.29 | 0 | 0.07 | 0.10 | 166.36 | 0.56 | 0.77 |
| Hex | A3 | E5 | D6 | 1D | 0 | 7 | A | A6 | 38 | 4D |
| Octal | 243 | 345 | 326 | 35 | 0 | 7 | 12 | 246 | 70 | 115 |
| Binary | 10100011 | 11100101 | 11010110 | 11101 | 0 | 111 | 1010 | 10100110 | 111000 | 1001101 |
Color Harmonies of #A3E5D6
Complementary color
Monochromatic Colors of #A3E5D6
Black with #A3E5D6
Text Example
Text Example
White with #A3E5D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E5D6; }
p { color: rgb(163,229,214); }
H1.HeaderClassName
{
color: #A3E5D6;
}
.AnyTagClassName
{
color: #A3E5D6;
}
</style>
background-color css
<style>
a { background-color: #A3E5D6; }
a { background-color: rgb(163,229,214); }
div.DivClassName
{
background-color: #A3E5D6;
}
.BgClassName
{
background-color: #A3E5D6;
}
</style>
border-color css
<style>
span { border-color: #A3E5D6; }
span { border-color: rgb(163,229,214); }
td.TdClassName
{
border-color: #A3E5D6;
}
.TagClassName
{
border-color: #A3E5D6;
}
</style>