Shades of Tropical Blue #ACC2F5
Tints of Tropical Blue #ACC2F5
RGB
CMYK
RGB Variations
Color information
#ACC2F5 (or 0xACC2F5) is known color: Tropical Blue. HEX triplet: AC, C2 and F5. RGB value is (172,194,245). Sum of RGB (Red+Green+Blue) = 172+194+245=611 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.15% from 611); Green value is 194 (76.17% from 255 or 31.75% from 611); Blue value is 245 (96.09% from 255 or 40.10% from 611); Max value from RGB is 245 - color contains mainly: blue. Hex color #ACC2F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC2F5 is #533D0A. Grayscale: #C1C1C1. Windows color (decimal): -5455115 or 16106156. OLE color: 16106156.
HSL color Cylindrical-coordinate representation of color #ACC2F5: hue angle of 221.92º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACC2F5 is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 194 | 245 | - |
| CMYK | 0.30 | 0.21 | 0 | 0.04 |
| HSL | 221.92º | 0.78% | 0.82% | - |
| HSV(B) | 221.92º | 0.3% | 0.96% | - |
| XYZ | 52.79 | 53.95 | 94.02 | - |
| YUV | 193.24 | 157.21 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 194 | 245 | 0.30 | 0.21 | 0 | 0.04 | 221.92 | 0.78 | 0.82 |
| Hex | AC | C2 | F5 | 1E | 15 | 0 | 4 | DE | 4E | 52 |
| Octal | 254 | 302 | 365 | 36 | 25 | 0 | 4 | 336 | 116 | 122 |
| Binary | 10101100 | 11000010 | 11110101 | 11110 | 10101 | 0 | 100 | 11011110 | 1001110 | 1010010 |
Color Harmonies of #ACC2F5
Complementary color
Monochromatic Colors of #ACC2F5
Black with #ACC2F5
Text Example
Text Example
White with #ACC2F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC2F5; }
p { color: rgb(172,194,245); }
H1.HeaderClassName
{
color: #ACC2F5;
}
.AnyTagClassName
{
color: #ACC2F5;
}
</style>
background-color css
<style>
a { background-color: #ACC2F5; }
a { background-color: rgb(172,194,245); }
div.DivClassName
{
background-color: #ACC2F5;
}
.BgClassName
{
background-color: #ACC2F5;
}
</style>
border-color css
<style>
span { border-color: #ACC2F5; }
span { border-color: rgb(172,194,245); }
td.TdClassName
{
border-color: #ACC2F5;
}
.TagClassName
{
border-color: #ACC2F5;
}
</style>