Shades of Tropical Blue #ABC6FC
Tints of Tropical Blue #ABC6FC
RGB
CMYK
RGB Variations
Color information
#ABC6FC (or 0xABC6FC) is known color: Tropical Blue. HEX triplet: AB, C6 and FC. RGB value is (171,198,252). Sum of RGB (Red+Green+Blue) = 171+198+252=621 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.54% from 621); Green value is 198 (77.73% from 255 or 31.88% from 621); Blue value is 252 (98.83% from 255 or 40.58% from 621); Max value from RGB is 252 - color contains mainly: blue. Hex color #ABC6FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABC6FC is #543903. Grayscale: #C3C3C3. Windows color (decimal): -5519620 or 16565931. OLE color: 16565931.
HSL color Cylindrical-coordinate representation of color #ABC6FC: hue angle of 220º degrees, saturation: 0.93, 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 #ABC6FC is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 198 | 252 | - |
| CMYK | 0.32 | 0.21 | 0 | 0.01 |
| HSL | 220º | 0.93% | 0.83% | - |
| HSV(B) | 220º | 0.32% | 0.99% | - |
| XYZ | 54.56 | 56.07 | 100.04 | - |
| YUV | 196.08 | 159.55 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 198 | 252 | 0.32 | 0.21 | 0 | 0.01 | 220 | 0.93 | 0.83 |
| Hex | AB | C6 | FC | 20 | 15 | 0 | 1 | DC | 5D | 53 |
| Octal | 253 | 306 | 374 | 40 | 25 | 0 | 1 | 334 | 135 | 123 |
| Binary | 10101011 | 11000110 | 11111100 | 100000 | 10101 | 0 | 1 | 11011100 | 1011101 | 1010011 |
Color Harmonies of #ABC6FC
Complementary color
Monochromatic Colors of #ABC6FC
Black with #ABC6FC
Text Example
Text Example
White with #ABC6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC6FC; }
p { color: rgb(171,198,252); }
H1.HeaderClassName
{
color: #ABC6FC;
}
.AnyTagClassName
{
color: #ABC6FC;
}
</style>
background-color css
<style>
a { background-color: #ABC6FC; }
a { background-color: rgb(171,198,252); }
div.DivClassName
{
background-color: #ABC6FC;
}
.BgClassName
{
background-color: #ABC6FC;
}
</style>
border-color css
<style>
span { border-color: #ABC6FC; }
span { border-color: rgb(171,198,252); }
td.TdClassName
{
border-color: #ABC6FC;
}
.TagClassName
{
border-color: #ABC6FC;
}
</style>