#A1BDEA

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

Shades of Tropical Blue #A1BDEA

Tints of Tropical Blue #A1BDEA

Color information

#A1BDEA (or 0xA1BDEA) is unknown color: approx Tropical Blue. HEX triplet: A1, BD and EA. RGB value is (161,189,234). Sum of RGB (Red+Green+Blue) = 161+189+234=584 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.57% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 234 (91.80% from 255 or 40.07% from 584); Max value from RGB is 234 - color contains mainly: blue. Hex color #A1BDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1BDEA is #5E4215. Grayscale: #B9B9B9. Windows color (decimal): -6177302 or 15383969. OLE color: 15383969.

HSL color Cylindrical-coordinate representation of color #A1BDEA: hue angle of 216.99º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1BDEA is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB161189234-
CMYK0.310.1900.08
HSL216.99º63.48%77.45%-
HSV(B)216.99º31.2%91.76%-
XYZ47.7549.9184.96-
YUV185.76155.22110.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.57%
GREEN value IS 189 (74.22% from 255) = 32.36%
BLUE value IS 234 (91.80% from 255) = 40.07%
R=27.57%
G=32.36%
B=40.07%

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
Decimal1611892340.310.1900.08216.9963.4877.45
HexA1BDEA1F1308d93f4d
Octal241275352372301033177115
Binary101000011011110111101010111111001101000110110011111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BDEA; }

 p { color: rgb(161,189,234); }

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

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

 a { background-color: rgb(161,189,234); }

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

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

 span { border-color: rgb(161,189,234); }

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