Shades of Tropical Blue #ACC8F8
Tints of Tropical Blue #ACC8F8
RGB
CMYK
RGB Variations
Color information
#ACC8F8 (or 0xACC8F8) is known color: Tropical Blue. HEX triplet: AC, C8 and F8. RGB value is (172,200,248). Sum of RGB (Red+Green+Blue) = 172+200+248=620 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.74% from 620); Green value is 200 (78.52% from 255 or 32.26% from 620); Blue value is 248 (97.27% from 255 or 40% from 620); Max value from RGB is 248 - color contains mainly: blue. Hex color #ACC8F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC8F8 is #533707. Grayscale: #C4C4C4. Windows color (decimal): -5453576 or 16304300. OLE color: 16304300.
HSL color Cylindrical-coordinate representation of color #ACC8F8: hue angle of 217.89º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACC8F8 is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 200 | 248 | - |
| CMYK | 0.31 | 0.19 | 0 | 0.03 |
| HSL | 217.89º | 0.84% | 0.82% | - |
| HSV(B) | 217.89º | 0.31% | 0.97% | - |
| XYZ | 54.61 | 56.86 | 96.9 | - |
| YUV | 197.1 | 156.72 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 200 | 248 | 0.31 | 0.19 | 0 | 0.03 | 217.89 | 0.84 | 0.82 |
| Hex | AC | C8 | F8 | 1F | 13 | 0 | 3 | DA | 54 | 52 |
| Octal | 254 | 310 | 370 | 37 | 23 | 0 | 3 | 332 | 124 | 122 |
| Binary | 10101100 | 11001000 | 11111000 | 11111 | 10011 | 0 | 11 | 11011010 | 1010100 | 1010010 |
Color Harmonies of #ACC8F8
Complementary color
Monochromatic Colors of #ACC8F8
Black with #ACC8F8
Text Example
Text Example
White with #ACC8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC8F8; }
p { color: rgb(172,200,248); }
H1.HeaderClassName
{
color: #ACC8F8;
}
.AnyTagClassName
{
color: #ACC8F8;
}
</style>
background-color css
<style>
a { background-color: #ACC8F8; }
a { background-color: rgb(172,200,248); }
div.DivClassName
{
background-color: #ACC8F8;
}
.BgClassName
{
background-color: #ACC8F8;
}
</style>
border-color css
<style>
span { border-color: #ACC8F8; }
span { border-color: rgb(172,200,248); }
td.TdClassName
{
border-color: #ACC8F8;
}
.TagClassName
{
border-color: #ACC8F8;
}
</style>