Shades of Ice Cold #A8E7DF
Tints of Ice Cold #A8E7DF
RGB
CMYK
RGB Variations
Color information
#A8E7DF (or 0xA8E7DF) is known color: Ice Cold. HEX triplet: A8, E7 and DF. RGB value is (168,231,223). Sum of RGB (Red+Green+Blue) = 168+231+223=622 (82% of max value = 765). Red value is 168 (66.02% from 255 or 27.01% from 622); Green value is 231 (90.62% from 255 or 37.14% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 231 - color contains mainly: green. Hex color #A8E7DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8E7DF is #571820. Grayscale: #D3D3D3. Windows color (decimal): -5707809 or 14673832. OLE color: 14673832.
HSL color Cylindrical-coordinate representation of color #A8E7DF: hue angle of 172.38º degrees, saturation: 0.57, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A8E7DF is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 231 | 223 | - |
| CMYK | 0.27 | 0 | 0.03 | 0.09 |
| HSL | 172.38º | 0.57% | 0.78% | - |
| HSV(B) | 172.38º | 0.27% | 0.91% | - |
| XYZ | 58.04 | 70.8 | 80.42 | - |
| YUV | 211.25 | 134.63 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 231 | 223 | 0.27 | 0 | 0.03 | 0.09 | 172.38 | 0.57 | 0.78 |
| Hex | A8 | E7 | DF | 1B | 0 | 3 | 9 | AC | 39 | 4E |
| Octal | 250 | 347 | 337 | 33 | 0 | 3 | 11 | 254 | 71 | 116 |
| Binary | 10101000 | 11100111 | 11011111 | 11011 | 0 | 11 | 1001 | 10101100 | 111001 | 1001110 |
Color Harmonies of #A8E7DF
Complementary color
Monochromatic Colors of #A8E7DF
Black with #A8E7DF
Text Example
Text Example
White with #A8E7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E7DF; }
p { color: rgb(168,231,223); }
H1.HeaderClassName
{
color: #A8E7DF;
}
.AnyTagClassName
{
color: #A8E7DF;
}
</style>
background-color css
<style>
a { background-color: #A8E7DF; }
a { background-color: rgb(168,231,223); }
div.DivClassName
{
background-color: #A8E7DF;
}
.BgClassName
{
background-color: #A8E7DF;
}
</style>
border-color css
<style>
span { border-color: #A8E7DF; }
span { border-color: rgb(168,231,223); }
td.TdClassName
{
border-color: #A8E7DF;
}
.TagClassName
{
border-color: #A8E7DF;
}
</style>