#A1BEF0

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

Shades of Tropical Blue #A1BEF0

Tints of Tropical Blue #A1BEF0

Color information

#A1BEF0 (or 0xA1BEF0) is unknown color: approx Tropical Blue. HEX triplet: A1, BE and F0. RGB value is (161,190,240). Sum of RGB (Red+Green+Blue) = 161+190+240=591 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.24% from 591); Green value is 190 (74.61% from 255 or 32.15% from 591); Blue value is 240 (94.14% from 255 or 40.61% from 591); Max value from RGB is 240 - color contains mainly: blue. Hex color #A1BEF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1BEF0 is #5E410F. Grayscale: #BABABA. Windows color (decimal): -6177040 or 15777441. OLE color: 15777441.

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

Color convert

RGB161190240-
CMYK0.330.2100.06
HSL217.97º72.48%78.63%-
HSV(B)217.97º32.92%94.12%-
XYZ48.8450.789.65-
YUV187.03157.89109.43-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.24%
GREEN value IS 190 (74.61% from 255) = 32.15%
BLUE value IS 240 (94.14% from 255) = 40.61%
R=27.24%
G=32.15%
B=40.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1611902400.330.2100.06217.9772.4878.63
HexA1BEF0211506da484f
Octal241276360412506332110117
Binary1010000110111110111100001000011010101101101101010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BEF0; }

 p { color: rgb(161,190,240); }

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

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

 a { background-color: rgb(161,190,240); }

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

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

 span { border-color: rgb(161,190,240); }

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