Shades of Ice Cold #ACE5DA
Tints of Ice Cold #ACE5DA
RGB
CMYK
RGB Variations
Color information
#ACE5DA (or 0xACE5DA) is known color: Ice Cold. HEX triplet: AC, E5 and DA. RGB value is (172,229,218). Sum of RGB (Red+Green+Blue) = 172+229+218=619 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.79% from 619); Green value is 229 (89.84% from 255 or 37.00% from 619); Blue value is 218 (85.55% from 255 or 35.22% from 619); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE5DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE5DA is #531A25. Grayscale: #D2D2D2. Windows color (decimal): -5446182 or 14345644. OLE color: 14345644.
HSL color Cylindrical-coordinate representation of color #ACE5DA: hue angle of 168.42º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACE5DA is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
RGB | 172 | 229 | 218 | - |
CMYK | 0.25 | 0 | 0.05 | 0.10 |
HSL | 168.42º | 0.52% | 0.79% | - |
HSV(B) | 168.42º | 0.25% | 0.9% | - |
XYZ | 57.69 | 69.87 | 76.78 | - |
YUV | 210.7 | 132.12 | 100.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 229 | 218 | 0.25 | 0 | 0.05 | 0.10 | 168.42 | 0.52 | 0.79 |
Hex | AC | E5 | DA | 19 | 0 | 5 | A | A8 | 34 | 4F |
Octal | 254 | 345 | 332 | 31 | 0 | 5 | 12 | 250 | 64 | 117 |
Binary | 10101100 | 11100101 | 11011010 | 11001 | 0 | 101 | 1010 | 10101000 | 110100 | 1001111 |
Color Harmonies of #ACE5DA
Complementary color
Monochromatic Colors of #ACE5DA
Black with #ACE5DA
Text Example
Text Example
White with #ACE5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE5DA; }
p { color: rgb(172,229,218); }
H1.HeaderClassName
{
color: #ACE5DA;
}
.AnyTagClassName
{
color: #ACE5DA;
}
</style>
background-color css
<style>
a { background-color: #ACE5DA; }
a { background-color: rgb(172,229,218); }
div.DivClassName
{
background-color: #ACE5DA;
}
.BgClassName
{
background-color: #ACE5DA;
}
</style>
border-color css
<style>
span { border-color: #ACE5DA; }
span { border-color: rgb(172,229,218); }
td.TdClassName
{
border-color: #ACE5DA;
}
.TagClassName
{
border-color: #ACE5DA;
}
</style>