Shades of Tropical Blue #ACC7F1
Tints of Tropical Blue #ACC7F1
RGB
CMYK
RGB Variations
Color information
#ACC7F1 (or 0xACC7F1) is known color: Tropical Blue. HEX triplet: AC, C7 and F1. RGB value is (172,199,241). Sum of RGB (Red+Green+Blue) = 172+199+241=612 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.10% from 612); Green value is 199 (78.12% from 255 or 32.52% from 612); Blue value is 241 (94.53% from 255 or 39.38% from 612); Max value from RGB is 241 - color contains mainly: blue. Hex color #ACC7F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC7F1 is #53380E. Grayscale: #C3C3C3. Windows color (decimal): -5453839 or 15845292. OLE color: 15845292.
HSL color Cylindrical-coordinate representation of color #ACC7F1: hue angle of 216.52º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACC7F1 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 199 | 241 | - |
| CMYK | 0.29 | 0.17 | 0 | 0.05 |
| HSL | 216.52º | 0.71% | 0.81% | - |
| HSV(B) | 216.52º | 0.29% | 0.95% | - |
| XYZ | 53.31 | 55.97 | 91.21 | - |
| YUV | 195.72 | 153.55 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 199 | 241 | 0.29 | 0.17 | 0 | 0.05 | 216.52 | 0.71 | 0.81 |
| Hex | AC | C7 | F1 | 1D | 11 | 0 | 5 | D9 | 47 | 51 |
| Octal | 254 | 307 | 361 | 35 | 21 | 0 | 5 | 331 | 107 | 121 |
| Binary | 10101100 | 11000111 | 11110001 | 11101 | 10001 | 0 | 101 | 11011001 | 1000111 | 1010001 |
Color Harmonies of #ACC7F1
Complementary color
Monochromatic Colors of #ACC7F1
Black with #ACC7F1
Text Example
Text Example
White with #ACC7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC7F1; }
p { color: rgb(172,199,241); }
H1.HeaderClassName
{
color: #ACC7F1;
}
.AnyTagClassName
{
color: #ACC7F1;
}
</style>
background-color css
<style>
a { background-color: #ACC7F1; }
a { background-color: rgb(172,199,241); }
div.DivClassName
{
background-color: #ACC7F1;
}
.BgClassName
{
background-color: #ACC7F1;
}
</style>
border-color css
<style>
span { border-color: #ACC7F1; }
span { border-color: rgb(172,199,241); }
td.TdClassName
{
border-color: #ACC7F1;
}
.TagClassName
{
border-color: #ACC7F1;
}
</style>