Shades of Tropical Blue #ACC5EA
Tints of Tropical Blue #ACC5EA
RGB
CMYK
RGB Variations
Color information
#ACC5EA (or 0xACC5EA) is known color: Tropical Blue. HEX triplet: AC, C5 and EA. RGB value is (172,197,234). Sum of RGB (Red+Green+Blue) = 172+197+234=603 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.52% from 603); Green value is 197 (77.34% from 255 or 32.67% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACC5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC5EA is #533A15. Grayscale: #C1C1C1. Windows color (decimal): -5454358 or 15386028. OLE color: 15386028.
HSL color Cylindrical-coordinate representation of color #ACC5EA: hue angle of 215.81º 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 #ACC5EA is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 197 | 234 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.08 |
| HSL | 215.81º | 0.6% | 0.8% | - |
| HSV(B) | 215.81º | 0.26% | 0.92% | - |
| XYZ | 51.83 | 54.64 | 85.66 | - |
| YUV | 193.74 | 150.72 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 234 | 0.26 | 0.16 | 0 | 0.08 | 215.81 | 0.6 | 0.8 |
| Hex | AC | C5 | EA | 1A | 10 | 0 | 8 | D8 | 3C | 50 |
| Octal | 254 | 305 | 352 | 32 | 20 | 0 | 10 | 330 | 74 | 120 |
| Binary | 10101100 | 11000101 | 11101010 | 11010 | 10000 | 0 | 1000 | 11011000 | 111100 | 1010000 |
Color Harmonies of #ACC5EA
Complementary color
Monochromatic Colors of #ACC5EA
Black with #ACC5EA
Text Example
Text Example
White with #ACC5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC5EA; }
p { color: rgb(172,197,234); }
H1.HeaderClassName
{
color: #ACC5EA;
}
.AnyTagClassName
{
color: #ACC5EA;
}
</style>
background-color css
<style>
a { background-color: #ACC5EA; }
a { background-color: rgb(172,197,234); }
div.DivClassName
{
background-color: #ACC5EA;
}
.BgClassName
{
background-color: #ACC5EA;
}
</style>
border-color css
<style>
span { border-color: #ACC5EA; }
span { border-color: rgb(172,197,234); }
td.TdClassName
{
border-color: #ACC5EA;
}
.TagClassName
{
border-color: #ACC5EA;
}
</style>