Shades of Tropical Blue #ACC7F5
Tints of Tropical Blue #ACC7F5
RGB
CMYK
RGB Variations
Color information
#ACC7F5 (or 0xACC7F5) is known color: Tropical Blue. HEX triplet: AC, C7 and F5. RGB value is (172,199,245). Sum of RGB (Red+Green+Blue) = 172+199+245=616 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.92% from 616); Green value is 199 (78.12% from 255 or 32.31% from 616); Blue value is 245 (96.09% from 255 or 39.77% from 616); Max value from RGB is 245 - color contains mainly: blue. Hex color #ACC7F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC7F5 is #53380A. Grayscale: #C3C3C3. Windows color (decimal): -5453835 or 16107436. OLE color: 16107436.
HSL color Cylindrical-coordinate representation of color #ACC7F5: hue angle of 217.81º 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 #ACC7F5 is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 199 | 245 | - |
| CMYK | 0.30 | 0.19 | 0 | 0.04 |
| HSL | 217.81º | 0.78% | 0.82% | - |
| HSV(B) | 217.81º | 0.3% | 0.96% | - |
| XYZ | 53.92 | 56.21 | 94.39 | - |
| YUV | 196.17 | 155.55 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 199 | 245 | 0.30 | 0.19 | 0 | 0.04 | 217.81 | 0.78 | 0.82 |
| Hex | AC | C7 | F5 | 1E | 13 | 0 | 4 | DA | 4E | 52 |
| Octal | 254 | 307 | 365 | 36 | 23 | 0 | 4 | 332 | 116 | 122 |
| Binary | 10101100 | 11000111 | 11110101 | 11110 | 10011 | 0 | 100 | 11011010 | 1001110 | 1010010 |
Color Harmonies of #ACC7F5
Complementary color
Monochromatic Colors of #ACC7F5
Black with #ACC7F5
Text Example
Text Example
White with #ACC7F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC7F5; }
p { color: rgb(172,199,245); }
H1.HeaderClassName
{
color: #ACC7F5;
}
.AnyTagClassName
{
color: #ACC7F5;
}
</style>
background-color css
<style>
a { background-color: #ACC7F5; }
a { background-color: rgb(172,199,245); }
div.DivClassName
{
background-color: #ACC7F5;
}
.BgClassName
{
background-color: #ACC7F5;
}
</style>
border-color css
<style>
span { border-color: #ACC7F5; }
span { border-color: rgb(172,199,245); }
td.TdClassName
{
border-color: #ACC7F5;
}
.TagClassName
{
border-color: #ACC7F5;
}
</style>