Shades of Ice Cold #A7EFDB
Tints of Ice Cold #A7EFDB
RGB
CMYK
RGB Variations
Color information
#A7EFDB (or 0xA7EFDB) is known color: Ice Cold. HEX triplet: A7, EF and DB. RGB value is (167,239,219). Sum of RGB (Red+Green+Blue) = 167+239+219=625 (82% of max value = 765). Red value is 167 (65.62% from 255 or 26.72% from 625); Green value is 239 (93.75% from 255 or 38.24% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 239 - color contains mainly: green. Hex color #A7EFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7EFDB is #581024. Grayscale: #D7D7D7. Windows color (decimal): -5771301 or 14413735. OLE color: 14413735.
HSL color Cylindrical-coordinate representation of color #A7EFDB: hue angle of 163.33º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7EFDB is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 167 | 239 | 219 | - |
| CMYK | 0.30 | 0 | 0.08 | 0.06 |
| HSL | 163.33º | 0.69% | 0.8% | - |
| HSV(B) | 163.33º | 0.3% | 0.94% | - |
| XYZ | 59.59 | 75.06 | 78.37 | - |
| YUV | 215.19 | 130.15 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 239 | 219 | 0.30 | 0 | 0.08 | 0.06 | 163.33 | 0.69 | 0.8 |
| Hex | A7 | EF | DB | 1E | 0 | 8 | 6 | A3 | 45 | 50 |
| Octal | 247 | 357 | 333 | 36 | 0 | 10 | 6 | 243 | 105 | 120 |
| Binary | 10100111 | 11101111 | 11011011 | 11110 | 0 | 1000 | 110 | 10100011 | 1000101 | 1010000 |
Color Harmonies of #A7EFDB
Complementary color
Monochromatic Colors of #A7EFDB
Black with #A7EFDB
Text Example
Text Example
White with #A7EFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7EFDB; }
p { color: rgb(167,239,219); }
H1.HeaderClassName
{
color: #A7EFDB;
}
.AnyTagClassName
{
color: #A7EFDB;
}
</style>
background-color css
<style>
a { background-color: #A7EFDB; }
a { background-color: rgb(167,239,219); }
div.DivClassName
{
background-color: #A7EFDB;
}
.BgClassName
{
background-color: #A7EFDB;
}
</style>
border-color css
<style>
span { border-color: #A7EFDB; }
span { border-color: rgb(167,239,219); }
td.TdClassName
{
border-color: #A7EFDB;
}
.TagClassName
{
border-color: #A7EFDB;
}
</style>