#A2BEEA

Color #A2BEEA Tropical Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Blue #A2BEEA

Tints of Tropical Blue #A2BEEA

Color information

#A2BEEA (or 0xA2BEEA) is unknown color: approx 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

RGB162190234-
CMYK0.310.1900.08
HSL216.67º63.16%77.65%-
HSV(B)216.67º30.77%91.76%-
XYZ48.1750.4585.04-
YUV186.64154.72110.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 27.65%
GREEN value IS 190 (74.61% from 255) = 32.42%
BLUE value IS 234 (91.80% from 255) = 39.93%
R=27.65%
G=32.42%
B=39.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1621902340.310.1900.08216.6763.1677.65
HexA2BEEA1F1308d93f4e
Octal242276352372301033177116
Binary101000101011111011101010111111001101000110110011111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>