#A1BEED

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

Shades of Tropical Blue #A1BEED

Tints of Tropical Blue #A1BEED

Color information

#A1BEED (or 0xA1BEED) is unknown color: approx Tropical Blue. HEX triplet: A1, BE and ED. RGB value is (161,190,237). Sum of RGB (Red+Green+Blue) = 161+190+237=588 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.38% from 588); Green value is 190 (74.61% from 255 or 32.31% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 237 - color contains mainly: blue. Hex color #A1BEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1BEED is #5E4112. Grayscale: #BABABA. Windows color (decimal): -6177043 or 15580833. OLE color: 15580833.

HSL color Cylindrical-coordinate representation of color #A1BEED: hue angle of 217.11º degrees, saturation: 0.68, 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 #A1BEED is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB161190237-
CMYK0.320.2000.07
HSL217.11º67.86%78.04%-
HSV(B)217.11º32.07%92.94%-
XYZ48.450.5287.32-
YUV186.69156.39109.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.38%
GREEN value IS 190 (74.61% from 255) = 32.31%
BLUE value IS 237 (92.97% from 255) = 40.31%
R=27.38%
G=32.31%
B=40.31%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1611902370.320.2000.07217.1167.8678.04
HexA1BEED201407d9444e
Octal241276355402407331104116
Binary1010000110111110111011011000001010001111101100110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BEED; }

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

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

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

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

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

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

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

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