Shades of Tropical Blue #ACC4ED
Tints of Tropical Blue #ACC4ED
RGB
CMYK
RGB Variations
Color information
#ACC4ED (or 0xACC4ED) is known color: Tropical Blue. HEX triplet: AC, C4 and ED. RGB value is (172,196,237). Sum of RGB (Red+Green+Blue) = 172+196+237=605 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.43% from 605); Green value is 196 (76.95% from 255 or 32.40% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACC4ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC4ED is #533B12. Grayscale: #C1C1C1. Windows color (decimal): -5454611 or 15582380. OLE color: 15582380.
HSL color Cylindrical-coordinate representation of color #ACC4ED: hue angle of 217.85º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACC4ED is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 196 | 237 | - |
| CMYK | 0.27 | 0.17 | 0 | 0.07 |
| HSL | 217.85º | 0.64% | 0.8% | - |
| HSV(B) | 217.85º | 0.27% | 0.93% | - |
| XYZ | 52.04 | 54.36 | 87.87 | - |
| YUV | 193.5 | 152.55 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 196 | 237 | 0.27 | 0.17 | 0 | 0.07 | 217.85 | 0.64 | 0.8 |
| Hex | AC | C4 | ED | 1B | 11 | 0 | 7 | DA | 40 | 50 |
| Octal | 254 | 304 | 355 | 33 | 21 | 0 | 7 | 332 | 100 | 120 |
| Binary | 10101100 | 11000100 | 11101101 | 11011 | 10001 | 0 | 111 | 11011010 | 1000000 | 1010000 |
Color Harmonies of #ACC4ED
Complementary color
Monochromatic Colors of #ACC4ED
Black with #ACC4ED
Text Example
Text Example
White with #ACC4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC4ED; }
p { color: rgb(172,196,237); }
H1.HeaderClassName
{
color: #ACC4ED;
}
.AnyTagClassName
{
color: #ACC4ED;
}
</style>
background-color css
<style>
a { background-color: #ACC4ED; }
a { background-color: rgb(172,196,237); }
div.DivClassName
{
background-color: #ACC4ED;
}
.BgClassName
{
background-color: #ACC4ED;
}
</style>
border-color css
<style>
span { border-color: #ACC4ED; }
span { border-color: rgb(172,196,237); }
td.TdClassName
{
border-color: #ACC4ED;
}
.TagClassName
{
border-color: #ACC4ED;
}
</style>