Shades of Ice Cold #A8DFCC
Tints of Ice Cold #A8DFCC
RGB
CMYK
RGB Variations
Color information
#A8DFCC (or 0xA8DFCC) is known color: Ice Cold. HEX triplet: A8, DF and CC. RGB value is (168,223,204). Sum of RGB (Red+Green+Blue) = 168+223+204=595 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.24% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DFCC is #572033. Grayscale: #CCCCCC. Windows color (decimal): -5709876 or 13426600. OLE color: 13426600.
HSL color Cylindrical-coordinate representation of color #A8DFCC: hue angle of 159.27º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8DFCC is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 223 | 204 | - |
| CMYK | 0.25 | 0 | 0.09 | 0.13 |
| HSL | 159.27º | 0.46% | 0.77% | - |
| HSV(B) | 159.27º | 0.25% | 0.87% | - |
| XYZ | 53.44 | 65.46 | 66.95 | - |
| YUV | 204.39 | 127.78 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 223 | 204 | 0.25 | 0 | 0.09 | 0.13 | 159.27 | 0.46 | 0.77 |
| Hex | A8 | DF | CC | 19 | 0 | 9 | D | 9F | 2E | 4D |
| Octal | 250 | 337 | 314 | 31 | 0 | 11 | 15 | 237 | 56 | 115 |
| Binary | 10101000 | 11011111 | 11001100 | 11001 | 0 | 1001 | 1101 | 10011111 | 101110 | 1001101 |
Color Harmonies of #A8DFCC
Complementary color
Monochromatic Colors of #A8DFCC
Black with #A8DFCC
Text Example
Text Example
White with #A8DFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DFCC; }
p { color: rgb(168,223,204); }
H1.HeaderClassName
{
color: #A8DFCC;
}
.AnyTagClassName
{
color: #A8DFCC;
}
</style>
background-color css
<style>
a { background-color: #A8DFCC; }
a { background-color: rgb(168,223,204); }
div.DivClassName
{
background-color: #A8DFCC;
}
.BgClassName
{
background-color: #A8DFCC;
}
</style>
border-color css
<style>
span { border-color: #A8DFCC; }
span { border-color: rgb(168,223,204); }
td.TdClassName
{
border-color: #A8DFCC;
}
.TagClassName
{
border-color: #A8DFCC;
}
</style>