Shades of Tropical Blue #A0BDE7
Tints of Tropical Blue #A0BDE7
RGB
CMYK
RGB Variations
Color information
#A0BDE7 (or 0xA0BDE7) is known color: Tropical Blue. HEX triplet: A0, BD and E7. RGB value is (160,189,231). Sum of RGB (Red+Green+Blue) = 160+189+231=580 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.59% from 580); Green value is 189 (74.22% from 255 or 32.59% from 580); Blue value is 231 (90.62% from 255 or 39.83% from 580); Max value from RGB is 231 - color contains mainly: blue. Hex color #A0BDE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0BDE7 is #5F4218. Grayscale: #B8B8B8. Windows color (decimal): -6242841 or 15187360. OLE color: 15187360.
HSL color Cylindrical-coordinate representation of color #A0BDE7: hue angle of 215.49º 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 #A0BDE7 is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 189 | 231 | - |
| CMYK | 0.31 | 0.18 | 0 | 0.09 |
| HSL | 215.49º | 0.6% | 0.77% | - |
| HSV(B) | 215.49º | 0.31% | 0.91% | - |
| XYZ | 47.12 | 49.64 | 82.7 | - |
| YUV | 185.12 | 153.89 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 189 | 231 | 0.31 | 0.18 | 0 | 0.09 | 215.49 | 0.6 | 0.77 |
| Hex | A0 | BD | E7 | 1F | 12 | 0 | 9 | D7 | 3C | 4D |
| Octal | 240 | 275 | 347 | 37 | 22 | 0 | 11 | 327 | 74 | 115 |
| Binary | 10100000 | 10111101 | 11100111 | 11111 | 10010 | 0 | 1001 | 11010111 | 111100 | 1001101 |
Color Harmonies of #A0BDE7
Complementary color
Monochromatic Colors of #A0BDE7
Black with #A0BDE7
Text Example
Text Example
White with #A0BDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BDE7; }
p { color: rgb(160,189,231); }
H1.HeaderClassName
{
color: #A0BDE7;
}
.AnyTagClassName
{
color: #A0BDE7;
}
</style>
background-color css
<style>
a { background-color: #A0BDE7; }
a { background-color: rgb(160,189,231); }
div.DivClassName
{
background-color: #A0BDE7;
}
.BgClassName
{
background-color: #A0BDE7;
}
</style>
border-color css
<style>
span { border-color: #A0BDE7; }
span { border-color: rgb(160,189,231); }
td.TdClassName
{
border-color: #A0BDE7;
}
.TagClassName
{
border-color: #A0BDE7;
}
</style>