#A6BFEA

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

Shades of Tropical Blue #A6BFEA

Tints of Tropical Blue #A6BFEA

Color information

#A6BFEA (or 0xA6BFEA) is unknown color: approx Tropical Blue. HEX triplet: A6, BF and EA. RGB value is (166,191,234). Sum of RGB (Red+Green+Blue) = 166+191+234=591 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.09% from 591); Green value is 191 (75% from 255 or 32.32% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 234 - color contains mainly: blue. Hex color #A6BFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6BFEA is #594015. Grayscale: #BCBCBC. Windows color (decimal): -5849110 or 15384486. OLE color: 15384486.

HSL color Cylindrical-coordinate representation of color #A6BFEA: hue angle of 217.94º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6BFEA is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB166191234-
CMYK0.290.1800.08
HSL217.94º61.82%78.43%-
HSV(B)217.94º29.06%91.76%-
XYZ49.2151.3185.15-
YUV188.43153.72112-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.09%
GREEN value IS 191 (75% from 255) = 32.32%
BLUE value IS 234 (91.80% from 255) = 39.59%
R=28.09%
G=32.32%
B=39.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1661912340.290.1800.08217.9461.8278.43
HexA6BFEA1D1208da3e4e
Octal246277352352201033276116
Binary101001101011111111101010111011001001000110110101111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BFEA; }

 p { color: rgb(166,191,234); }

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

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

 a { background-color: rgb(166,191,234); }

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

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

 span { border-color: rgb(166,191,234); }

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