#A2BEEF

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

Shades of Tropical Blue #A2BEEF

Tints of Tropical Blue #A2BEEF

Color information

#A2BEEF (or 0xA2BEEF) is unknown color: approx Tropical Blue. HEX triplet: A2, BE and EF. RGB value is (162,190,239). Sum of RGB (Red+Green+Blue) = 162+190+239=591 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.41% from 591); Green value is 190 (74.61% from 255 or 32.15% from 591); Blue value is 239 (93.75% from 255 or 40.44% from 591); Max value from RGB is 239 - color contains mainly: blue. Hex color #A2BEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2BEEF is #5D4110. Grayscale: #BABABA. Windows color (decimal): -6111505 or 15711906. OLE color: 15711906.

HSL color Cylindrical-coordinate representation of color #A2BEEF: hue angle of 218.18º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2BEEF is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB162190239-
CMYK0.320.2100.06
HSL218.18º70.64%78.63%-
HSV(B)218.18º32.22%93.73%-
XYZ48.8950.7488.88-
YUV187.21157.22110.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.41%
GREEN value IS 190 (74.61% from 255) = 32.15%
BLUE value IS 239 (93.75% from 255) = 40.44%
R=27.41%
G=32.15%
B=40.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1621902390.320.2100.06218.1870.6478.63
HexA2BEEF201506da474f
Octal242276357402506332107117
Binary1010001010111110111011111000001010101101101101010001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BEEF; }

 p { color: rgb(162,190,239); }

 H1.HeaderClassName
 {
   color: #A2BEEF;
 }
 .AnyTagClassName
 {
   color: #A2BEEF;
 }
</style>
background-color css

<style>
 a { background-color: #A2BEEF; }

 a { background-color: rgb(162,190,239); }

 div.DivClassName
 {
   background-color: #A2BEEF;
 }
 .BgClassName
 {
   background-color: #A2BEEF;
 }
</style>
border-color css

<style>
 span { border-color: #A2BEEF; }

 span { border-color: rgb(162,190,239); }

 td.TdClassName
 {
   border-color: #A2BEEF;
 }
 .TagClassName
 {
   border-color: #A2BEEF;
 }
</style>