Shades of Tropical Blue #ACC5F9
Tints of Tropical Blue #ACC5F9
RGB
CMYK
RGB Variations
Color information
#ACC5F9 (or 0xACC5F9) is known color: Tropical Blue. HEX triplet: AC, C5 and F9. RGB value is (172,197,249). Sum of RGB (Red+Green+Blue) = 172+197+249=618 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.83% from 618); Green value is 197 (77.34% from 255 or 31.88% from 618); Blue value is 249 (97.66% from 255 or 40.29% from 618); Max value from RGB is 249 - color contains mainly: blue. Hex color #ACC5F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC5F9 is #533A06. Grayscale: #C3C3C3. Windows color (decimal): -5454343 or 16369068. OLE color: 16369068.
HSL color Cylindrical-coordinate representation of color #ACC5F9: hue angle of 220.52º degrees, saturation: 0.87, 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 #ACC5F9 is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 197 | 249 | - |
| CMYK | 0.31 | 0.21 | 0 | 0.02 |
| HSL | 220.52º | 0.87% | 0.83% | - |
| HSV(B) | 220.52º | 0.31% | 0.98% | - |
| XYZ | 54.08 | 55.54 | 97.49 | - |
| YUV | 195.45 | 158.22 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 249 | 0.31 | 0.21 | 0 | 0.02 | 220.52 | 0.87 | 0.83 |
| Hex | AC | C5 | F9 | 1F | 15 | 0 | 2 | DD | 57 | 53 |
| Octal | 254 | 305 | 371 | 37 | 25 | 0 | 2 | 335 | 127 | 123 |
| Binary | 10101100 | 11000101 | 11111001 | 11111 | 10101 | 0 | 10 | 11011101 | 1010111 | 1010011 |
Color Harmonies of #ACC5F9
Complementary color
Monochromatic Colors of #ACC5F9
Black with #ACC5F9
Text Example
Text Example
White with #ACC5F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC5F9; }
p { color: rgb(172,197,249); }
H1.HeaderClassName
{
color: #ACC5F9;
}
.AnyTagClassName
{
color: #ACC5F9;
}
</style>
background-color css
<style>
a { background-color: #ACC5F9; }
a { background-color: rgb(172,197,249); }
div.DivClassName
{
background-color: #ACC5F9;
}
.BgClassName
{
background-color: #ACC5F9;
}
</style>
border-color css
<style>
span { border-color: #ACC5F9; }
span { border-color: rgb(172,197,249); }
td.TdClassName
{
border-color: #ACC5F9;
}
.TagClassName
{
border-color: #ACC5F9;
}
</style>