#A1BFEF

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

Shades of Tropical Blue #A1BFEF

Tints of Tropical Blue #A1BFEF

Color information

#A1BFEF (or 0xA1BFEF) is unknown color: approx Tropical Blue. HEX triplet: A1, BF and EF. RGB value is (161,191,239). Sum of RGB (Red+Green+Blue) = 161+191+239=591 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.24% from 591); Green value is 191 (75% from 255 or 32.32% from 591); Blue value is 239 (93.75% from 255 or 40.44% from 591); Max value from RGB is 239 - color contains mainly: blue. Hex color #A1BFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1BFEF is #5E4010. Grayscale: #BBBBBB. Windows color (decimal): -6176785 or 15712161. OLE color: 15712161.

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

Color convert

RGB161191239-
CMYK0.330.2000.06
HSL216.92º70.91%78.43%-
HSV(B)216.92º32.64%93.73%-
XYZ48.9151.0788.94-
YUV187.5157.06109.1-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.24%
GREEN value IS 191 (75% from 255) = 32.32%
BLUE value IS 239 (93.75% from 255) = 40.44%
R=27.24%
G=32.32%
B=40.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1611912390.330.2000.06216.9270.9178.43
HexA1BFEF211406d9474e
Octal241277357412406331107116
Binary1010000110111111111011111000011010001101101100110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BFEF; }

 p { color: rgb(161,191,239); }

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

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

 a { background-color: rgb(161,191,239); }

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

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

 span { border-color: rgb(161,191,239); }

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