Shades of Tropical Blue #ACC5F3
Tints of Tropical Blue #ACC5F3
RGB
CMYK
RGB Variations
Color information
#ACC5F3 (or 0xACC5F3) is known color: Tropical Blue. HEX triplet: AC, C5 and F3. RGB value is (172,197,243). Sum of RGB (Red+Green+Blue) = 172+197+243=612 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.10% from 612); Green value is 197 (77.34% from 255 or 32.19% from 612); Blue value is 243 (95.31% from 255 or 39.71% from 612); Max value from RGB is 243 - color contains mainly: blue. Hex color #ACC5F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC5F3 is #533A0C. Grayscale: #C2C2C2. Windows color (decimal): -5454349 or 15975852. OLE color: 15975852.
HSL color Cylindrical-coordinate representation of color #ACC5F3: hue angle of 218.87º 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 #ACC5F3 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 197 | 243 | - |
| CMYK | 0.29 | 0.19 | 0 | 0.05 |
| HSL | 218.87º | 0.75% | 0.81% | - |
| HSV(B) | 218.87º | 0.29% | 0.95% | - |
| XYZ | 53.16 | 55.17 | 92.64 | - |
| YUV | 194.77 | 155.22 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 243 | 0.29 | 0.19 | 0 | 0.05 | 218.87 | 0.75 | 0.81 |
| Hex | AC | C5 | F3 | 1D | 13 | 0 | 5 | DB | 4B | 51 |
| Octal | 254 | 305 | 363 | 35 | 23 | 0 | 5 | 333 | 113 | 121 |
| Binary | 10101100 | 11000101 | 11110011 | 11101 | 10011 | 0 | 101 | 11011011 | 1001011 | 1010001 |
Color Harmonies of #ACC5F3
Complementary color
Monochromatic Colors of #ACC5F3
Black with #ACC5F3
Text Example
Text Example
White with #ACC5F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC5F3; }
p { color: rgb(172,197,243); }
H1.HeaderClassName
{
color: #ACC5F3;
}
.AnyTagClassName
{
color: #ACC5F3;
}
</style>
background-color css
<style>
a { background-color: #ACC5F3; }
a { background-color: rgb(172,197,243); }
div.DivClassName
{
background-color: #ACC5F3;
}
.BgClassName
{
background-color: #ACC5F3;
}
</style>
border-color css
<style>
span { border-color: #ACC5F3; }
span { border-color: rgb(172,197,243); }
td.TdClassName
{
border-color: #ACC5F3;
}
.TagClassName
{
border-color: #ACC5F3;
}
</style>