Shades of Tropical Blue #ACC5FA
Tints of Tropical Blue #ACC5FA
RGB
CMYK
RGB Variations
Color information
#ACC5FA (or 0xACC5FA) is known color: Tropical Blue. HEX triplet: AC, C5 and FA. RGB value is (172,197,250). Sum of RGB (Red+Green+Blue) = 172+197+250=619 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.79% from 619); Green value is 197 (77.34% from 255 or 31.83% from 619); Blue value is 250 (98.05% from 255 or 40.39% from 619); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACC5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC5FA is #533A05. Grayscale: #C3C3C3. Windows color (decimal): -5454342 or 16434604. OLE color: 16434604.
HSL color Cylindrical-coordinate representation of color #ACC5FA: hue angle of 220.77º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACC5FA is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 197 | 250 | - |
| CMYK | 0.31 | 0.21 | 0 | 0.02 |
| HSL | 220.77º | 0.89% | 0.83% | - |
| HSV(B) | 220.77º | 0.31% | 0.98% | - |
| XYZ | 54.23 | 55.61 | 98.32 | - |
| YUV | 195.57 | 158.72 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 250 | 0.31 | 0.21 | 0 | 0.02 | 220.77 | 0.89 | 0.83 |
| Hex | AC | C5 | FA | 1F | 15 | 0 | 2 | DD | 59 | 53 |
| Octal | 254 | 305 | 372 | 37 | 25 | 0 | 2 | 335 | 131 | 123 |
| Binary | 10101100 | 11000101 | 11111010 | 11111 | 10101 | 0 | 10 | 11011101 | 1011001 | 1010011 |
Color Harmonies of #ACC5FA
Complementary color
Monochromatic Colors of #ACC5FA
Black with #ACC5FA
Text Example
Text Example
White with #ACC5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC5FA; }
p { color: rgb(172,197,250); }
H1.HeaderClassName
{
color: #ACC5FA;
}
.AnyTagClassName
{
color: #ACC5FA;
}
</style>
background-color css
<style>
a { background-color: #ACC5FA; }
a { background-color: rgb(172,197,250); }
div.DivClassName
{
background-color: #ACC5FA;
}
.BgClassName
{
background-color: #ACC5FA;
}
</style>
border-color css
<style>
span { border-color: #ACC5FA; }
span { border-color: rgb(172,197,250); }
td.TdClassName
{
border-color: #ACC5FA;
}
.TagClassName
{
border-color: #ACC5FA;
}
</style>