Shades of Tropical Blue #A2BEEA
Tints of Tropical Blue #A2BEEA
RGB
CMYK
RGB Variations
Color information
#A2BEEA (or 0xA2BEEA) is known color: Tropical Blue. HEX triplet: A2, BE and EA. RGB value is (162,190,234). Sum of RGB (Red+Green+Blue) = 162+190+234=586 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.65% from 586); Green value is 190 (74.61% from 255 or 32.42% from 586); Blue value is 234 (91.80% from 255 or 39.93% from 586); Max value from RGB is 234 - color contains mainly: blue. Hex color #A2BEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2BEEA is #5D4115. Grayscale: #BABABA. Windows color (decimal): -6111510 or 15384226. OLE color: 15384226.
HSL color Cylindrical-coordinate representation of color #A2BEEA: hue angle of 216.67º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2BEEA is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 162 | 190 | 234 | - |
CMYK | 0.31 | 0.19 | 0 | 0.08 |
HSL | 216.67º | 0.63% | 0.78% | - |
HSV(B) | 216.67º | 0.31% | 0.92% | - |
XYZ | 48.17 | 50.45 | 85.04 | - |
YUV | 186.64 | 154.72 | 110.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 190 | 234 | 0.31 | 0.19 | 0 | 0.08 | 216.67 | 0.63 | 0.78 |
Hex | A2 | BE | EA | 1F | 13 | 0 | 8 | D9 | 3F | 4E |
Octal | 242 | 276 | 352 | 37 | 23 | 0 | 10 | 331 | 77 | 116 |
Binary | 10100010 | 10111110 | 11101010 | 11111 | 10011 | 0 | 1000 | 11011001 | 111111 | 1001110 |
Color Harmonies of #A2BEEA
Complementary color
Monochromatic Colors of #A2BEEA
Black with #A2BEEA
Text Example
Text Example
White with #A2BEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BEEA; }
p { color: rgb(162,190,234); }
H1.HeaderClassName
{
color: #A2BEEA;
}
.AnyTagClassName
{
color: #A2BEEA;
}
</style>
background-color css
<style>
a { background-color: #A2BEEA; }
a { background-color: rgb(162,190,234); }
div.DivClassName
{
background-color: #A2BEEA;
}
.BgClassName
{
background-color: #A2BEEA;
}
</style>
border-color css
<style>
span { border-color: #A2BEEA; }
span { border-color: rgb(162,190,234); }
td.TdClassName
{
border-color: #A2BEEA;
}
.TagClassName
{
border-color: #A2BEEA;
}
</style>