Shades of Tropical Blue #A0BDEC
Tints of Tropical Blue #A0BDEC
RGB
CMYK
RGB Variations
Color information
#A0BDEC (or 0xA0BDEC) is known color: Tropical Blue. HEX triplet: A0, BD and EC. RGB value is (160,189,236). Sum of RGB (Red+Green+Blue) = 160+189+236=585 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.35% from 585); Green value is 189 (74.22% from 255 or 32.31% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 236 - color contains mainly: blue. Hex color #A0BDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0BDEC is #5F4213. Grayscale: #B9B9B9. Windows color (decimal): -6242836 or 15515040. OLE color: 15515040.
HSL color Cylindrical-coordinate representation of color #A0BDEC: hue angle of 217.11º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0BDEC is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 189 | 236 | - |
| CMYK | 0.32 | 0.20 | 0 | 0.07 |
| HSL | 217.11º | 0.67% | 0.78% | - |
| HSV(B) | 217.11º | 0.32% | 0.93% | - |
| XYZ | 47.84 | 49.92 | 86.47 | - |
| YUV | 185.69 | 156.39 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 189 | 236 | 0.32 | 0.20 | 0 | 0.07 | 217.11 | 0.67 | 0.78 |
| Hex | A0 | BD | EC | 20 | 14 | 0 | 7 | D9 | 43 | 4E |
| Octal | 240 | 275 | 354 | 40 | 24 | 0 | 7 | 331 | 103 | 116 |
| Binary | 10100000 | 10111101 | 11101100 | 100000 | 10100 | 0 | 111 | 11011001 | 1000011 | 1001110 |
Color Harmonies of #A0BDEC
Complementary color
Monochromatic Colors of #A0BDEC
Black with #A0BDEC
Text Example
Text Example
White with #A0BDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BDEC; }
p { color: rgb(160,189,236); }
H1.HeaderClassName
{
color: #A0BDEC;
}
.AnyTagClassName
{
color: #A0BDEC;
}
</style>
background-color css
<style>
a { background-color: #A0BDEC; }
a { background-color: rgb(160,189,236); }
div.DivClassName
{
background-color: #A0BDEC;
}
.BgClassName
{
background-color: #A0BDEC;
}
</style>
border-color css
<style>
span { border-color: #A0BDEC; }
span { border-color: rgb(160,189,236); }
td.TdClassName
{
border-color: #A0BDEC;
}
.TagClassName
{
border-color: #A0BDEC;
}
</style>