Shades of Tropical Blue #A0BEEC
Tints of Tropical Blue #A0BEEC
RGB
CMYK
RGB Variations
Color information
#A0BEEC (or 0xA0BEEC) is known color: Tropical Blue. HEX triplet: A0, BE and EC. RGB value is (160,190,236). Sum of RGB (Red+Green+Blue) = 160+190+236=586 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.30% from 586); Green value is 190 (74.61% from 255 or 32.42% from 586); Blue value is 236 (92.58% from 255 or 40.27% from 586); Max value from RGB is 236 - color contains mainly: blue. Hex color #A0BEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0BEEC is #5F4113. Grayscale: #BABABA. Windows color (decimal): -6242580 or 15515296. OLE color: 15515296.
HSL color Cylindrical-coordinate representation of color #A0BEEC: hue angle of 216.32º 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 #A0BEEC is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 190 | 236 | - |
| CMYK | 0.32 | 0.19 | 0 | 0.07 |
| HSL | 216.32º | 0.67% | 0.78% | - |
| HSV(B) | 216.32º | 0.32% | 0.93% | - |
| XYZ | 48.05 | 50.36 | 86.54 | - |
| YUV | 186.27 | 156.06 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 190 | 236 | 0.32 | 0.19 | 0 | 0.07 | 216.32 | 0.67 | 0.78 |
| Hex | A0 | BE | EC | 20 | 13 | 0 | 7 | D8 | 43 | 4E |
| Octal | 240 | 276 | 354 | 40 | 23 | 0 | 7 | 330 | 103 | 116 |
| Binary | 10100000 | 10111110 | 11101100 | 100000 | 10011 | 0 | 111 | 11011000 | 1000011 | 1001110 |
Color Harmonies of #A0BEEC
Complementary color
Monochromatic Colors of #A0BEEC
Black with #A0BEEC
Text Example
Text Example
White with #A0BEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BEEC; }
p { color: rgb(160,190,236); }
H1.HeaderClassName
{
color: #A0BEEC;
}
.AnyTagClassName
{
color: #A0BEEC;
}
</style>
background-color css
<style>
a { background-color: #A0BEEC; }
a { background-color: rgb(160,190,236); }
div.DivClassName
{
background-color: #A0BEEC;
}
.BgClassName
{
background-color: #A0BEEC;
}
</style>
border-color css
<style>
span { border-color: #A0BEEC; }
span { border-color: rgb(160,190,236); }
td.TdClassName
{
border-color: #A0BEEC;
}
.TagClassName
{
border-color: #A0BEEC;
}
</style>