#A2BEEC

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

Shades of Tropical Blue #A2BEEC

Tints of Tropical Blue #A2BEEC

Color information

#A2BEEC (or 0xA2BEEC) is unknown color: approx Tropical Blue. HEX triplet: A2, BE and EC. RGB value is (162,190,236). Sum of RGB (Red+Green+Blue) = 162+190+236=588 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.55% from 588); Green value is 190 (74.61% from 255 or 32.31% from 588); Blue value is 236 (92.58% from 255 or 40.14% from 588); Max value from RGB is 236 - color contains mainly: blue. Hex color #A2BEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2BEEC is #5D4113. Grayscale: #BABABA. Windows color (decimal): -6111508 or 15515298. OLE color: 15515298.

HSL color Cylindrical-coordinate representation of color #A2BEEC: hue angle of 217.3º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2BEEC is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB162190236-
CMYK0.310.1900.07
HSL217.3º66.07%78.04%-
HSV(B)217.3º31.36%92.55%-
XYZ48.4550.5686.56-
YUV186.87155.72110.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.55%
GREEN value IS 190 (74.61% from 255) = 32.31%
BLUE value IS 236 (92.58% from 255) = 40.14%
R=27.55%
G=32.31%
B=40.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1621902360.310.1900.07217.366.0778.04
HexA2BEEC1F1307d9424e
Octal242276354372307331102116
Binary101000101011111011101100111111001101111101100110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BEEC; }

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

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

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

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

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

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

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

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