Shades of Tropical Blue #ACC5EF
Tints of Tropical Blue #ACC5EF
RGB
CMYK
RGB Variations
Color information
#ACC5EF (or 0xACC5EF) is known color: Tropical Blue. HEX triplet: AC, C5 and EF. RGB value is (172,197,239). Sum of RGB (Red+Green+Blue) = 172+197+239=608 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.29% from 608); Green value is 197 (77.34% from 255 or 32.40% from 608); Blue value is 239 (93.75% from 255 or 39.31% from 608); Max value from RGB is 239 - color contains mainly: blue. Hex color #ACC5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC5EF is #533A10. Grayscale: #C2C2C2. Windows color (decimal): -5454353 or 15713708. OLE color: 15713708.
HSL color Cylindrical-coordinate representation of color #ACC5EF: hue angle of 217.61º degrees, saturation: 0.68, 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 #ACC5EF is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 197 | 239 | - |
| CMYK | 0.28 | 0.18 | 0 | 0.06 |
| HSL | 217.61º | 0.68% | 0.81% | - |
| HSV(B) | 217.61º | 0.28% | 0.94% | - |
| XYZ | 52.56 | 54.94 | 89.49 | - |
| YUV | 194.31 | 153.22 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 239 | 0.28 | 0.18 | 0 | 0.06 | 217.61 | 0.68 | 0.81 |
| Hex | AC | C5 | EF | 1C | 12 | 0 | 6 | DA | 44 | 51 |
| Octal | 254 | 305 | 357 | 34 | 22 | 0 | 6 | 332 | 104 | 121 |
| Binary | 10101100 | 11000101 | 11101111 | 11100 | 10010 | 0 | 110 | 11011010 | 1000100 | 1010001 |
Color Harmonies of #ACC5EF
Complementary color
Monochromatic Colors of #ACC5EF
Black with #ACC5EF
Text Example
Text Example
White with #ACC5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC5EF; }
p { color: rgb(172,197,239); }
H1.HeaderClassName
{
color: #ACC5EF;
}
.AnyTagClassName
{
color: #ACC5EF;
}
</style>
background-color css
<style>
a { background-color: #ACC5EF; }
a { background-color: rgb(172,197,239); }
div.DivClassName
{
background-color: #ACC5EF;
}
.BgClassName
{
background-color: #ACC5EF;
}
</style>
border-color css
<style>
span { border-color: #ACC5EF; }
span { border-color: rgb(172,197,239); }
td.TdClassName
{
border-color: #ACC5EF;
}
.TagClassName
{
border-color: #ACC5EF;
}
</style>