Shades of Tropical Blue #ACC5FD
Tints of Tropical Blue #ACC5FD
RGB
CMYK
RGB Variations
Color information
#ACC5FD (or 0xACC5FD) is known color: Tropical Blue. HEX triplet: AC, C5 and FD. RGB value is (172,197,253). Sum of RGB (Red+Green+Blue) = 172+197+253=622 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.65% from 622); Green value is 197 (77.34% from 255 or 31.67% from 622); Blue value is 253 (99.22% from 255 or 40.68% from 622); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACC5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC5FD is #533A02. Grayscale: #C3C3C3. Windows color (decimal): -5454339 or 16631212. OLE color: 16631212.
HSL color Cylindrical-coordinate representation of color #ACC5FD: hue angle of 221.48º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACC5FD is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 197 | 253 | - |
| CMYK | 0.32 | 0.22 | 0 | 0.01 |
| HSL | 221.48º | 0.95% | 0.83% | - |
| HSV(B) | 221.48º | 0.32% | 0.99% | - |
| XYZ | 54.71 | 55.8 | 100.81 | - |
| YUV | 195.91 | 160.22 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 253 | 0.32 | 0.22 | 0 | 0.01 | 221.48 | 0.95 | 0.83 |
| Hex | AC | C5 | FD | 20 | 16 | 0 | 1 | DD | 5F | 53 |
| Octal | 254 | 305 | 375 | 40 | 26 | 0 | 1 | 335 | 137 | 123 |
| Binary | 10101100 | 11000101 | 11111101 | 100000 | 10110 | 0 | 1 | 11011101 | 1011111 | 1010011 |
Color Harmonies of #ACC5FD
Complementary color
Monochromatic Colors of #ACC5FD
Black with #ACC5FD
Text Example
Text Example
White with #ACC5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC5FD; }
p { color: rgb(172,197,253); }
H1.HeaderClassName
{
color: #ACC5FD;
}
.AnyTagClassName
{
color: #ACC5FD;
}
</style>
background-color css
<style>
a { background-color: #ACC5FD; }
a { background-color: rgb(172,197,253); }
div.DivClassName
{
background-color: #ACC5FD;
}
.BgClassName
{
background-color: #ACC5FD;
}
</style>
border-color css
<style>
span { border-color: #ACC5FD; }
span { border-color: rgb(172,197,253); }
td.TdClassName
{
border-color: #ACC5FD;
}
.TagClassName
{
border-color: #ACC5FD;
}
</style>