Shades of Tropical Blue #ACC8F3
Tints of Tropical Blue #ACC8F3
RGB
CMYK
RGB Variations
Color information
#ACC8F3 (or 0xACC8F3) is known color: Tropical Blue. HEX triplet: AC, C8 and F3. RGB value is (172,200,243). Sum of RGB (Red+Green+Blue) = 172+200+243=615 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.97% from 615); Green value is 200 (78.52% from 255 or 32.52% from 615); Blue value is 243 (95.31% from 255 or 39.51% from 615); Max value from RGB is 243 - color contains mainly: blue. Hex color #ACC8F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC8F3 is #53370C. Grayscale: #C4C4C4. Windows color (decimal): -5453581 or 15976620. OLE color: 15976620.
HSL color Cylindrical-coordinate representation of color #ACC8F3: hue angle of 216.34º degrees, saturation: 0.75, 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 #ACC8F3 is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 200 | 243 | - |
| CMYK | 0.29 | 0.18 | 0 | 0.05 |
| HSL | 216.34º | 0.75% | 0.81% | - |
| HSV(B) | 216.34º | 0.29% | 0.95% | - |
| XYZ | 53.85 | 56.55 | 92.87 | - |
| YUV | 196.53 | 154.22 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 200 | 243 | 0.29 | 0.18 | 0 | 0.05 | 216.34 | 0.75 | 0.81 |
| Hex | AC | C8 | F3 | 1D | 12 | 0 | 5 | D8 | 4B | 51 |
| Octal | 254 | 310 | 363 | 35 | 22 | 0 | 5 | 330 | 113 | 121 |
| Binary | 10101100 | 11001000 | 11110011 | 11101 | 10010 | 0 | 101 | 11011000 | 1001011 | 1010001 |
Color Harmonies of #ACC8F3
Complementary color
Monochromatic Colors of #ACC8F3
Black with #ACC8F3
Text Example
Text Example
White with #ACC8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC8F3; }
p { color: rgb(172,200,243); }
H1.HeaderClassName
{
color: #ACC8F3;
}
.AnyTagClassName
{
color: #ACC8F3;
}
</style>
background-color css
<style>
a { background-color: #ACC8F3; }
a { background-color: rgb(172,200,243); }
div.DivClassName
{
background-color: #ACC8F3;
}
.BgClassName
{
background-color: #ACC8F3;
}
</style>
border-color css
<style>
span { border-color: #ACC8F3; }
span { border-color: rgb(172,200,243); }
td.TdClassName
{
border-color: #ACC8F3;
}
.TagClassName
{
border-color: #ACC8F3;
}
</style>