Shades of Tropical Blue #ACC8F2
Tints of Tropical Blue #ACC8F2
RGB
CMYK
RGB Variations
Color information
#ACC8F2 (or 0xACC8F2) is known color: Tropical Blue. HEX triplet: AC, C8 and F2. RGB value is (172,200,242). Sum of RGB (Red+Green+Blue) = 172+200+242=614 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.01% from 614); Green value is 200 (78.52% from 255 or 32.57% from 614); Blue value is 242 (94.92% from 255 or 39.41% from 614); Max value from RGB is 242 - color contains mainly: blue. Hex color #ACC8F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC8F2 is #53370D. Grayscale: #C4C4C4. Windows color (decimal): -5453582 or 15911084. OLE color: 15911084.
HSL color Cylindrical-coordinate representation of color #ACC8F2: hue angle of 216º degrees, saturation: 0.73, 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 #ACC8F2 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 200 | 242 | - |
| CMYK | 0.29 | 0.17 | 0 | 0.05 |
| HSL | 216º | 0.73% | 0.81% | - |
| HSV(B) | 216º | 0.29% | 0.95% | - |
| XYZ | 53.69 | 56.49 | 92.08 | - |
| YUV | 196.42 | 153.72 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 200 | 242 | 0.29 | 0.17 | 0 | 0.05 | 216 | 0.73 | 0.81 |
| Hex | AC | C8 | F2 | 1D | 11 | 0 | 5 | D8 | 49 | 51 |
| Octal | 254 | 310 | 362 | 35 | 21 | 0 | 5 | 330 | 111 | 121 |
| Binary | 10101100 | 11001000 | 11110010 | 11101 | 10001 | 0 | 101 | 11011000 | 1001001 | 1010001 |
Color Harmonies of #ACC8F2
Complementary color
Monochromatic Colors of #ACC8F2
Black with #ACC8F2
Text Example
Text Example
White with #ACC8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC8F2; }
p { color: rgb(172,200,242); }
H1.HeaderClassName
{
color: #ACC8F2;
}
.AnyTagClassName
{
color: #ACC8F2;
}
</style>
background-color css
<style>
a { background-color: #ACC8F2; }
a { background-color: rgb(172,200,242); }
div.DivClassName
{
background-color: #ACC8F2;
}
.BgClassName
{
background-color: #ACC8F2;
}
</style>
border-color css
<style>
span { border-color: #ACC8F2; }
span { border-color: rgb(172,200,242); }
td.TdClassName
{
border-color: #ACC8F2;
}
.TagClassName
{
border-color: #ACC8F2;
}
</style>