#A0BEEC

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

Shades of Tropical Blue #A0BEEC

Tints of Tropical Blue #A0BEEC

Color information

#A0BEEC (or 0xA0BEEC) is unknown color: approx Tropical Blue. HEX triplet: A0, BE and EC. RGB value is (160,190,236). Sum of RGB (Red+Green+Blue) = 160+190+236=586 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.30% from 586); Green value is 190 (74.61% from 255 or 32.42% from 586); Blue value is 236 (92.58% from 255 or 40.27% from 586); Max value from RGB is 236 - color contains mainly: blue. Hex color #A0BEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0BEEC is #5F4113. Grayscale: #BABABA. Windows color (decimal): -6242580 or 15515296. OLE color: 15515296.

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

Color convert

RGB160190236-
CMYK0.320.1900.07
HSL216.32º66.67%77.65%-
HSV(B)216.32º32.2%92.55%-
XYZ48.0550.3686.54-
YUV186.27156.06109.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.30%
GREEN value IS 190 (74.61% from 255) = 32.42%
BLUE value IS 236 (92.58% from 255) = 40.27%
R=27.30%
G=32.42%
B=40.27%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1601902360.320.1900.07216.3266.6777.65
HexA0BEEC201307d8434e
Octal240276354402307330103116
Binary1010000010111110111011001000001001101111101100010000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BEEC; }

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

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

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

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

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

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

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

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