Shades of Ice Cold #A8EADE
Tints of Ice Cold #A8EADE
RGB
CMYK
RGB Variations
Color information
#A8EADE (or 0xA8EADE) is known color: Ice Cold. HEX triplet: A8, EA and DE. RGB value is (168,234,222). Sum of RGB (Red+Green+Blue) = 168+234+222=624 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.92% from 624); Green value is 234 (91.80% from 255 or 37.5% from 624); Blue value is 222 (87.11% from 255 or 35.58% from 624); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EADE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EADE is #571521. Grayscale: #D4D4D4. Windows color (decimal): -5707042 or 14609064. OLE color: 14609064.
HSL color Cylindrical-coordinate representation of color #A8EADE: hue angle of 169.09º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8EADE is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 234 | 222 | - |
| CMYK | 0.28 | 0 | 0.05 | 0.08 |
| HSL | 169.09º | 0.61% | 0.79% | - |
| HSV(B) | 169.09º | 0.28% | 0.92% | - |
| XYZ | 58.76 | 72.44 | 79.99 | - |
| YUV | 212.9 | 133.13 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 234 | 222 | 0.28 | 0 | 0.05 | 0.08 | 169.09 | 0.61 | 0.79 |
| Hex | A8 | EA | DE | 1C | 0 | 5 | 8 | A9 | 3D | 4F |
| Octal | 250 | 352 | 336 | 34 | 0 | 5 | 10 | 251 | 75 | 117 |
| Binary | 10101000 | 11101010 | 11011110 | 11100 | 0 | 101 | 1000 | 10101001 | 111101 | 1001111 |
Color Harmonies of #A8EADE
Complementary color
Monochromatic Colors of #A8EADE
Black with #A8EADE
Text Example
Text Example
White with #A8EADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EADE; }
p { color: rgb(168,234,222); }
H1.HeaderClassName
{
color: #A8EADE;
}
.AnyTagClassName
{
color: #A8EADE;
}
</style>
background-color css
<style>
a { background-color: #A8EADE; }
a { background-color: rgb(168,234,222); }
div.DivClassName
{
background-color: #A8EADE;
}
.BgClassName
{
background-color: #A8EADE;
}
</style>
border-color css
<style>
span { border-color: #A8EADE; }
span { border-color: rgb(168,234,222); }
td.TdClassName
{
border-color: #A8EADE;
}
.TagClassName
{
border-color: #A8EADE;
}
</style>