Shades of Tropical Blue #ACC4EA
Tints of Tropical Blue #ACC4EA
RGB
CMYK
RGB Variations
Color information
#ACC4EA (or 0xACC4EA) is known color: Tropical Blue. HEX triplet: AC, C4 and EA. RGB value is (172,196,234). Sum of RGB (Red+Green+Blue) = 172+196+234=602 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.57% from 602); Green value is 196 (76.95% from 255 or 32.56% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACC4EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC4EA is #533B15. Grayscale: #C0C0C0. Windows color (decimal): -5454614 or 15385772. OLE color: 15385772.
HSL color Cylindrical-coordinate representation of color #ACC4EA: hue angle of 216.77º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACC4EA is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 196 | 234 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.08 |
| HSL | 216.77º | 0.6% | 0.8% | - |
| HSV(B) | 216.77º | 0.26% | 0.92% | - |
| XYZ | 51.6 | 54.19 | 85.58 | - |
| YUV | 193.16 | 151.05 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 196 | 234 | 0.26 | 0.16 | 0 | 0.08 | 216.77 | 0.6 | 0.8 |
| Hex | AC | C4 | EA | 1A | 10 | 0 | 8 | D9 | 3C | 50 |
| Octal | 254 | 304 | 352 | 32 | 20 | 0 | 10 | 331 | 74 | 120 |
| Binary | 10101100 | 11000100 | 11101010 | 11010 | 10000 | 0 | 1000 | 11011001 | 111100 | 1010000 |
Color Harmonies of #ACC4EA
Complementary color
Monochromatic Colors of #ACC4EA
Black with #ACC4EA
Text Example
Text Example
White with #ACC4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC4EA; }
p { color: rgb(172,196,234); }
H1.HeaderClassName
{
color: #ACC4EA;
}
.AnyTagClassName
{
color: #ACC4EA;
}
</style>
background-color css
<style>
a { background-color: #ACC4EA; }
a { background-color: rgb(172,196,234); }
div.DivClassName
{
background-color: #ACC4EA;
}
.BgClassName
{
background-color: #ACC4EA;
}
</style>
border-color css
<style>
span { border-color: #ACC4EA; }
span { border-color: rgb(172,196,234); }
td.TdClassName
{
border-color: #ACC4EA;
}
.TagClassName
{
border-color: #ACC4EA;
}
</style>