Shades of Tropical Blue #ACC5FB
Tints of Tropical Blue #ACC5FB
RGB
CMYK
RGB Variations
Color information
#ACC5FB (or 0xACC5FB) is known color: Tropical Blue. HEX triplet: AC, C5 and FB. RGB value is (172,197,251). Sum of RGB (Red+Green+Blue) = 172+197+251=620 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.74% from 620); Green value is 197 (77.34% from 255 or 31.77% from 620); Blue value is 251 (98.44% from 255 or 40.48% from 620); Max value from RGB is 251 - color contains mainly: blue. Hex color #ACC5FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC5FB is #533A04. Grayscale: #C3C3C3. Windows color (decimal): -5454341 or 16500140. OLE color: 16500140.
HSL color Cylindrical-coordinate representation of color #ACC5FB: hue angle of 221.01º degrees, saturation: 0.91, 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 #ACC5FB is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 197 | 251 | - |
| CMYK | 0.31 | 0.22 | 0 | 0.02 |
| HSL | 221.01º | 0.91% | 0.83% | - |
| HSV(B) | 221.01º | 0.31% | 0.98% | - |
| XYZ | 54.39 | 55.67 | 99.15 | - |
| YUV | 195.68 | 159.22 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 251 | 0.31 | 0.22 | 0 | 0.02 | 221.01 | 0.91 | 0.83 |
| Hex | AC | C5 | FB | 1F | 16 | 0 | 2 | DD | 5B | 53 |
| Octal | 254 | 305 | 373 | 37 | 26 | 0 | 2 | 335 | 133 | 123 |
| Binary | 10101100 | 11000101 | 11111011 | 11111 | 10110 | 0 | 10 | 11011101 | 1011011 | 1010011 |
Color Harmonies of #ACC5FB
Complementary color
Monochromatic Colors of #ACC5FB
Black with #ACC5FB
Text Example
Text Example
White with #ACC5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC5FB; }
p { color: rgb(172,197,251); }
H1.HeaderClassName
{
color: #ACC5FB;
}
.AnyTagClassName
{
color: #ACC5FB;
}
</style>
background-color css
<style>
a { background-color: #ACC5FB; }
a { background-color: rgb(172,197,251); }
div.DivClassName
{
background-color: #ACC5FB;
}
.BgClassName
{
background-color: #ACC5FB;
}
</style>
border-color css
<style>
span { border-color: #ACC5FB; }
span { border-color: rgb(172,197,251); }
td.TdClassName
{
border-color: #ACC5FB;
}
.TagClassName
{
border-color: #ACC5FB;
}
</style>