Shades of Tropical Blue #A0BFFC
Tints of Tropical Blue #A0BFFC
RGB
CMYK
RGB Variations
Color information
#A0BFFC (or 0xA0BFFC) is known color: Tropical Blue. HEX triplet: A0, BF and FC. RGB value is (160,191,252). Sum of RGB (Red+Green+Blue) = 160+191+252=603 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.53% from 603); Green value is 191 (75% from 255 or 31.67% from 603); Blue value is 252 (98.83% from 255 or 41.79% from 603); Max value from RGB is 252 - color contains mainly: blue. Hex color #A0BFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0BFFC is #5F4003. Grayscale: #BCBCBC. Windows color (decimal): -6242308 or 16564128. OLE color: 16564128.
HSL color Cylindrical-coordinate representation of color #A0BFFC: hue angle of 219.78º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0BFFC is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 191 | 252 | - |
| CMYK | 0.37 | 0.24 | 0 | 0.01 |
| HSL | 219.78º | 0.94% | 0.81% | - |
| HSV(B) | 219.78º | 0.37% | 0.99% | - |
| XYZ | 50.7 | 51.76 | 99.41 | - |
| YUV | 188.69 | 163.73 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 191 | 252 | 0.37 | 0.24 | 0 | 0.01 | 219.78 | 0.94 | 0.81 |
| Hex | A0 | BF | FC | 25 | 18 | 0 | 1 | DC | 5E | 51 |
| Octal | 240 | 277 | 374 | 45 | 30 | 0 | 1 | 334 | 136 | 121 |
| Binary | 10100000 | 10111111 | 11111100 | 100101 | 11000 | 0 | 1 | 11011100 | 1011110 | 1010001 |
Color Harmonies of #A0BFFC
Complementary color
Monochromatic Colors of #A0BFFC
Black with #A0BFFC
Text Example
Text Example
White with #A0BFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BFFC; }
p { color: rgb(160,191,252); }
H1.HeaderClassName
{
color: #A0BFFC;
}
.AnyTagClassName
{
color: #A0BFFC;
}
</style>
background-color css
<style>
a { background-color: #A0BFFC; }
a { background-color: rgb(160,191,252); }
div.DivClassName
{
background-color: #A0BFFC;
}
.BgClassName
{
background-color: #A0BFFC;
}
</style>
border-color css
<style>
span { border-color: #A0BFFC; }
span { border-color: rgb(160,191,252); }
td.TdClassName
{
border-color: #A0BFFC;
}
.TagClassName
{
border-color: #A0BFFC;
}
</style>