Shades of Tropical Blue #ACC4F0
Tints of Tropical Blue #ACC4F0
RGB
CMYK
RGB Variations
Color information
#ACC4F0 (or 0xACC4F0) is known color: Tropical Blue. HEX triplet: AC, C4 and F0. RGB value is (172,196,240). Sum of RGB (Red+Green+Blue) = 172+196+240=608 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.29% from 608); Green value is 196 (76.95% from 255 or 32.24% from 608); Blue value is 240 (94.14% from 255 or 39.47% from 608); Max value from RGB is 240 - color contains mainly: blue. Hex color #ACC4F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC4F0 is #533B0F. Grayscale: #C1C1C1. Windows color (decimal): -5454608 or 15778988. OLE color: 15778988.
HSL color Cylindrical-coordinate representation of color #ACC4F0: hue angle of 218.82º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACC4F0 is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 196 | 240 | - |
| CMYK | 0.28 | 0.18 | 0 | 0.06 |
| HSL | 218.82º | 0.69% | 0.81% | - |
| HSV(B) | 218.82º | 0.28% | 0.94% | - |
| XYZ | 52.48 | 54.54 | 90.2 | - |
| YUV | 193.84 | 154.05 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 196 | 240 | 0.28 | 0.18 | 0 | 0.06 | 218.82 | 0.69 | 0.81 |
| Hex | AC | C4 | F0 | 1C | 12 | 0 | 6 | DB | 45 | 51 |
| Octal | 254 | 304 | 360 | 34 | 22 | 0 | 6 | 333 | 105 | 121 |
| Binary | 10101100 | 11000100 | 11110000 | 11100 | 10010 | 0 | 110 | 11011011 | 1000101 | 1010001 |
Color Harmonies of #ACC4F0
Complementary color
Monochromatic Colors of #ACC4F0
Black with #ACC4F0
Text Example
Text Example
White with #ACC4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC4F0; }
p { color: rgb(172,196,240); }
H1.HeaderClassName
{
color: #ACC4F0;
}
.AnyTagClassName
{
color: #ACC4F0;
}
</style>
background-color css
<style>
a { background-color: #ACC4F0; }
a { background-color: rgb(172,196,240); }
div.DivClassName
{
background-color: #ACC4F0;
}
.BgClassName
{
background-color: #ACC4F0;
}
</style>
border-color css
<style>
span { border-color: #ACC4F0; }
span { border-color: rgb(172,196,240); }
td.TdClassName
{
border-color: #ACC4F0;
}
.TagClassName
{
border-color: #ACC4F0;
}
</style>