Shades of Ice Cold #A7EADA
Tints of Ice Cold #A7EADA
RGB
CMYK
RGB Variations
Color information
#A7EADA (or 0xA7EADA) is known color: Ice Cold. HEX triplet: A7, EA and DA. RGB value is (167,234,218). Sum of RGB (Red+Green+Blue) = 167+234+218=619 (81% of max value = 765). Red value is 167 (65.62% from 255 or 26.98% from 619); Green value is 234 (91.80% from 255 or 37.80% from 619); Blue value is 218 (85.55% from 255 or 35.22% from 619); Max value from RGB is 234 - color contains mainly: green. Hex color #A7EADA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7EADA is #581525. Grayscale: #D4D4D4. Windows color (decimal): -5772582 or 14346919. OLE color: 14346919.
HSL color Cylindrical-coordinate representation of color #A7EADA: hue angle of 165.67º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7EADA is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 167 | 234 | 218 | - |
| CMYK | 0.29 | 0 | 0.07 | 0.08 |
| HSL | 165.67º | 0.61% | 0.79% | - |
| HSV(B) | 165.67º | 0.29% | 0.92% | - |
| XYZ | 58.01 | 72.12 | 77.19 | - |
| YUV | 212.14 | 131.3 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 234 | 218 | 0.29 | 0 | 0.07 | 0.08 | 165.67 | 0.61 | 0.79 |
| Hex | A7 | EA | DA | 1D | 0 | 7 | 8 | A6 | 3D | 4F |
| Octal | 247 | 352 | 332 | 35 | 0 | 7 | 10 | 246 | 75 | 117 |
| Binary | 10100111 | 11101010 | 11011010 | 11101 | 0 | 111 | 1000 | 10100110 | 111101 | 1001111 |
Color Harmonies of #A7EADA
Complementary color
Monochromatic Colors of #A7EADA
Black with #A7EADA
Text Example
Text Example
White with #A7EADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7EADA; }
p { color: rgb(167,234,218); }
H1.HeaderClassName
{
color: #A7EADA;
}
.AnyTagClassName
{
color: #A7EADA;
}
</style>
background-color css
<style>
a { background-color: #A7EADA; }
a { background-color: rgb(167,234,218); }
div.DivClassName
{
background-color: #A7EADA;
}
.BgClassName
{
background-color: #A7EADA;
}
</style>
border-color css
<style>
span { border-color: #A7EADA; }
span { border-color: rgb(167,234,218); }
td.TdClassName
{
border-color: #A7EADA;
}
.TagClassName
{
border-color: #A7EADA;
}
</style>