Shades of Ice Cold #A8E4CF
Tints of Ice Cold #A8E4CF
RGB
CMYK
RGB Variations
Color information
#A8E4CF (or 0xA8E4CF) is known color: Ice Cold. HEX triplet: A8, E4 and CF. RGB value is (168,228,207). Sum of RGB (Red+Green+Blue) = 168+228+207=603 (79% of max value = 765). Red value is 168 (66.02% from 255 or 27.86% from 603); Green value is 228 (89.45% from 255 or 37.81% from 603); Blue value is 207 (81.25% from 255 or 34.33% from 603); Max value from RGB is 228 - color contains mainly: green. Hex color #A8E4CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8E4CF is #571B30. Grayscale: #CFCFCF. Windows color (decimal): -5708593 or 13624488. OLE color: 13624488.
HSL color Cylindrical-coordinate representation of color #A8E4CF: hue angle of 159º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A8E4CF is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 228 | 207 | - |
| CMYK | 0.26 | 0 | 0.09 | 0.11 |
| HSL | 159º | 0.53% | 0.78% | - |
| HSV(B) | 159º | 0.26% | 0.89% | - |
| XYZ | 55.15 | 68.32 | 69.31 | - |
| YUV | 207.67 | 127.62 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 228 | 207 | 0.26 | 0 | 0.09 | 0.11 | 159 | 0.53 | 0.78 |
| Hex | A8 | E4 | CF | 1A | 0 | 9 | B | 9F | 35 | 4E |
| Octal | 250 | 344 | 317 | 32 | 0 | 11 | 13 | 237 | 65 | 116 |
| Binary | 10101000 | 11100100 | 11001111 | 11010 | 0 | 1001 | 1011 | 10011111 | 110101 | 1001110 |
Color Harmonies of #A8E4CF
Complementary color
Monochromatic Colors of #A8E4CF
Black with #A8E4CF
Text Example
Text Example
White with #A8E4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E4CF; }
p { color: rgb(168,228,207); }
H1.HeaderClassName
{
color: #A8E4CF;
}
.AnyTagClassName
{
color: #A8E4CF;
}
</style>
background-color css
<style>
a { background-color: #A8E4CF; }
a { background-color: rgb(168,228,207); }
div.DivClassName
{
background-color: #A8E4CF;
}
.BgClassName
{
background-color: #A8E4CF;
}
</style>
border-color css
<style>
span { border-color: #A8E4CF; }
span { border-color: rgb(168,228,207); }
td.TdClassName
{
border-color: #A8E4CF;
}
.TagClassName
{
border-color: #A8E4CF;
}
</style>