Shades of Tropical Blue #A2BEE8
Tints of Tropical Blue #A2BEE8
RGB
CMYK
RGB Variations
Color information
#A2BEE8 (or 0xA2BEE8) is known color: Tropical Blue. HEX triplet: A2, BE and E8. RGB value is (162,190,232). Sum of RGB (Red+Green+Blue) = 162+190+232=584 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.74% from 584); Green value is 190 (74.61% from 255 or 32.53% from 584); Blue value is 232 (91.02% from 255 or 39.73% from 584); Max value from RGB is 232 - color contains mainly: blue. Hex color #A2BEE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2BEE8 is #5D4117. Grayscale: #BABABA. Windows color (decimal): -6111512 or 15253154. OLE color: 15253154.
HSL color Cylindrical-coordinate representation of color #A2BEE8: hue angle of 216º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2BEE8 is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 190 | 232 | - |
| CMYK | 0.30 | 0.18 | 0 | 0.09 |
| HSL | 216º | 0.6% | 0.77% | - |
| HSV(B) | 216º | 0.3% | 0.91% | - |
| XYZ | 47.88 | 50.33 | 83.54 | - |
| YUV | 186.42 | 153.72 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 190 | 232 | 0.30 | 0.18 | 0 | 0.09 | 216 | 0.6 | 0.77 |
| Hex | A2 | BE | E8 | 1E | 12 | 0 | 9 | D8 | 3C | 4D |
| Octal | 242 | 276 | 350 | 36 | 22 | 0 | 11 | 330 | 74 | 115 |
| Binary | 10100010 | 10111110 | 11101000 | 11110 | 10010 | 0 | 1001 | 11011000 | 111100 | 1001101 |
Color Harmonies of #A2BEE8
Complementary color
Monochromatic Colors of #A2BEE8
Black with #A2BEE8
Text Example
Text Example
White with #A2BEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BEE8; }
p { color: rgb(162,190,232); }
H1.HeaderClassName
{
color: #A2BEE8;
}
.AnyTagClassName
{
color: #A2BEE8;
}
</style>
background-color css
<style>
a { background-color: #A2BEE8; }
a { background-color: rgb(162,190,232); }
div.DivClassName
{
background-color: #A2BEE8;
}
.BgClassName
{
background-color: #A2BEE8;
}
</style>
border-color css
<style>
span { border-color: #A2BEE8; }
span { border-color: rgb(162,190,232); }
td.TdClassName
{
border-color: #A2BEE8;
}
.TagClassName
{
border-color: #A2BEE8;
}
</style>