#A0BFFA

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

Shades of Tropical Blue #A0BFFA

Tints of Tropical Blue #A0BFFA

Color information

#A0BFFA (or 0xA0BFFA) is unknown color: approx Tropical Blue. HEX triplet: A0, BF and FA. RGB value is (160,191,250). Sum of RGB (Red+Green+Blue) = 160+191+250=601 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.62% from 601); Green value is 191 (75% from 255 or 31.78% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 250 - color contains mainly: blue. Hex color #A0BFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0BFFA is #5F4005. Grayscale: #BCBCBC. Windows color (decimal): -6242310 or 16433056. OLE color: 16433056.

HSL color Cylindrical-coordinate representation of color #A0BFFA: hue angle of 219.33º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0BFFA is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB160191250-
CMYK0.360.2400.02
HSL219.33º90%80.39%-
HSV(B)219.33º36%98.04%-
XYZ50.3851.6497.75-
YUV188.46162.73107.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.62%
GREEN value IS 191 (75% from 255) = 31.78%
BLUE value IS 250 (98.05% from 255) = 41.60%
R=26.62%
G=31.78%
B=41.60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1601912500.360.2400.02219.339080.39
HexA0BFFA241802db5a50
Octal240277372443002333132120
Binary101000001011111111111010100100110000101101101110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BFFA; }

 p { color: rgb(160,191,250); }

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

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

 a { background-color: rgb(160,191,250); }

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

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

 span { border-color: rgb(160,191,250); }

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