Shades of Tropical Blue #A0BEE7
Tints of Tropical Blue #A0BEE7
RGB
CMYK
RGB Variations
Color information
#A0BEE7 (or 0xA0BEE7) is known color: Tropical Blue. HEX triplet: A0, BE and E7. RGB value is (160,190,231). Sum of RGB (Red+Green+Blue) = 160+190+231=581 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.54% from 581); Green value is 190 (74.61% from 255 or 32.70% from 581); Blue value is 231 (90.62% from 255 or 39.76% from 581); Max value from RGB is 231 - color contains mainly: blue. Hex color #A0BEE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0BEE7 is #5F4118. Grayscale: #B9B9B9. Windows color (decimal): -6242585 or 15187616. OLE color: 15187616.
HSL color Cylindrical-coordinate representation of color #A0BEE7: hue angle of 214.65º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0BEE7 is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 190 | 231 | - |
| CMYK | 0.31 | 0.18 | 0 | 0.09 |
| HSL | 214.65º | 0.6% | 0.77% | - |
| HSV(B) | 214.65º | 0.31% | 0.91% | - |
| XYZ | 47.33 | 50.07 | 82.77 | - |
| YUV | 185.7 | 153.56 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 190 | 231 | 0.31 | 0.18 | 0 | 0.09 | 214.65 | 0.6 | 0.77 |
| Hex | A0 | BE | E7 | 1F | 12 | 0 | 9 | D7 | 3C | 4D |
| Octal | 240 | 276 | 347 | 37 | 22 | 0 | 11 | 327 | 74 | 115 |
| Binary | 10100000 | 10111110 | 11100111 | 11111 | 10010 | 0 | 1001 | 11010111 | 111100 | 1001101 |
Color Harmonies of #A0BEE7
Complementary color
Monochromatic Colors of #A0BEE7
Black with #A0BEE7
Text Example
Text Example
White with #A0BEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BEE7; }
p { color: rgb(160,190,231); }
H1.HeaderClassName
{
color: #A0BEE7;
}
.AnyTagClassName
{
color: #A0BEE7;
}
</style>
background-color css
<style>
a { background-color: #A0BEE7; }
a { background-color: rgb(160,190,231); }
div.DivClassName
{
background-color: #A0BEE7;
}
.BgClassName
{
background-color: #A0BEE7;
}
</style>
border-color css
<style>
span { border-color: #A0BEE7; }
span { border-color: rgb(160,190,231); }
td.TdClassName
{
border-color: #A0BEE7;
}
.TagClassName
{
border-color: #A0BEE7;
}
</style>