Shades of Tropical Blue #ACC8F7
Tints of Tropical Blue #ACC8F7
RGB
CMYK
RGB Variations
Color information
#ACC8F7 (or 0xACC8F7) is known color: Tropical Blue. HEX triplet: AC, C8 and F7. RGB value is (172,200,247). Sum of RGB (Red+Green+Blue) = 172+200+247=619 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.79% from 619); Green value is 200 (78.52% from 255 or 32.31% from 619); Blue value is 247 (96.88% from 255 or 39.90% from 619); Max value from RGB is 247 - color contains mainly: blue. Hex color #ACC8F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC8F7 is #533708. Grayscale: #C4C4C4. Windows color (decimal): -5453577 or 16238764. OLE color: 16238764.
HSL color Cylindrical-coordinate representation of color #ACC8F7: hue angle of 217.6º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACC8F7 is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 200 | 247 | - |
| CMYK | 0.30 | 0.19 | 0 | 0.03 |
| HSL | 217.6º | 0.82% | 0.82% | - |
| HSV(B) | 217.6º | 0.3% | 0.97% | - |
| XYZ | 54.46 | 56.79 | 96.09 | - |
| YUV | 196.99 | 156.22 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 200 | 247 | 0.30 | 0.19 | 0 | 0.03 | 217.6 | 0.82 | 0.82 |
| Hex | AC | C8 | F7 | 1E | 13 | 0 | 3 | DA | 52 | 52 |
| Octal | 254 | 310 | 367 | 36 | 23 | 0 | 3 | 332 | 122 | 122 |
| Binary | 10101100 | 11001000 | 11110111 | 11110 | 10011 | 0 | 11 | 11011010 | 1010010 | 1010010 |
Color Harmonies of #ACC8F7
Complementary color
Monochromatic Colors of #ACC8F7
Black with #ACC8F7
Text Example
Text Example
White with #ACC8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC8F7; }
p { color: rgb(172,200,247); }
H1.HeaderClassName
{
color: #ACC8F7;
}
.AnyTagClassName
{
color: #ACC8F7;
}
</style>
background-color css
<style>
a { background-color: #ACC8F7; }
a { background-color: rgb(172,200,247); }
div.DivClassName
{
background-color: #ACC8F7;
}
.BgClassName
{
background-color: #ACC8F7;
}
</style>
border-color css
<style>
span { border-color: #ACC8F7; }
span { border-color: rgb(172,200,247); }
td.TdClassName
{
border-color: #ACC8F7;
}
.TagClassName
{
border-color: #ACC8F7;
}
</style>