Shades of Tropical Blue #ACC8F1
Tints of Tropical Blue #ACC8F1
RGB
CMYK
RGB Variations
Color information
#ACC8F1 (or 0xACC8F1) is known color: Tropical Blue. HEX triplet: AC, C8 and F1. RGB value is (172,200,241). Sum of RGB (Red+Green+Blue) = 172+200+241=613 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.06% from 613); Green value is 200 (78.52% from 255 or 32.63% from 613); Blue value is 241 (94.53% from 255 or 39.31% from 613); Max value from RGB is 241 - color contains mainly: blue. Hex color #ACC8F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC8F1 is #53370E. Grayscale: #C4C4C4. Windows color (decimal): -5453583 or 15845548. OLE color: 15845548.
HSL color Cylindrical-coordinate representation of color #ACC8F1: hue angle of 215.65º 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 #ACC8F1 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 200 | 241 | - |
| CMYK | 0.29 | 0.17 | 0 | 0.05 |
| HSL | 215.65º | 0.71% | 0.81% | - |
| HSV(B) | 215.65º | 0.29% | 0.95% | - |
| XYZ | 53.54 | 56.43 | 91.29 | - |
| YUV | 196.3 | 153.22 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 200 | 241 | 0.29 | 0.17 | 0 | 0.05 | 215.65 | 0.71 | 0.81 |
| Hex | AC | C8 | F1 | 1D | 11 | 0 | 5 | D8 | 47 | 51 |
| Octal | 254 | 310 | 361 | 35 | 21 | 0 | 5 | 330 | 107 | 121 |
| Binary | 10101100 | 11001000 | 11110001 | 11101 | 10001 | 0 | 101 | 11011000 | 1000111 | 1010001 |
Color Harmonies of #ACC8F1
Complementary color
Monochromatic Colors of #ACC8F1
Black with #ACC8F1
Text Example
Text Example
White with #ACC8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC8F1; }
p { color: rgb(172,200,241); }
H1.HeaderClassName
{
color: #ACC8F1;
}
.AnyTagClassName
{
color: #ACC8F1;
}
</style>
background-color css
<style>
a { background-color: #ACC8F1; }
a { background-color: rgb(172,200,241); }
div.DivClassName
{
background-color: #ACC8F1;
}
.BgClassName
{
background-color: #ACC8F1;
}
</style>
border-color css
<style>
span { border-color: #ACC8F1; }
span { border-color: rgb(172,200,241); }
td.TdClassName
{
border-color: #ACC8F1;
}
.TagClassName
{
border-color: #ACC8F1;
}
</style>