#A1BFED

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

Shades of Tropical Blue #A1BFED

Tints of Tropical Blue #A1BFED

Color information

#A1BFED (or 0xA1BFED) is unknown color: approx Tropical Blue. HEX triplet: A1, BF and ED. RGB value is (161,191,237). Sum of RGB (Red+Green+Blue) = 161+191+237=589 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.33% from 589); Green value is 191 (75% from 255 or 32.43% from 589); Blue value is 237 (92.97% from 255 or 40.24% from 589); Max value from RGB is 237 - color contains mainly: blue. Hex color #A1BFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1BFED is #5E4012. Grayscale: #BBBBBB. Windows color (decimal): -6176787 or 15581089. OLE color: 15581089.

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

Color convert

RGB161191237-
CMYK0.320.1900.07
HSL216.32º67.86%78.04%-
HSV(B)216.32º32.07%92.94%-
XYZ48.6150.9587.39-
YUV187.27156.06109.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.33%
GREEN value IS 191 (75% from 255) = 32.43%
BLUE value IS 237 (92.97% from 255) = 40.24%
R=27.33%
G=32.43%
B=40.24%

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
Decimal1611912370.320.1900.07216.3267.8678.04
HexA1BFED201307d8444e
Octal241277355402307330104116
Binary1010000110111111111011011000001001101111101100010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BFED; }

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

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

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

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

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

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

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

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