#A2BFEB

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

Shades of Tropical Blue #A2BFEB

Tints of Tropical Blue #A2BFEB

Color information

#A2BFEB (or 0xA2BFEB) is unknown color: approx Tropical Blue. HEX triplet: A2, BF and EB. RGB value is (162,191,235). Sum of RGB (Red+Green+Blue) = 162+191+235=588 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.55% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 235 (92.19% from 255 or 39.97% from 588); Max value from RGB is 235 - color contains mainly: blue. Hex color #A2BFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2BFEB is #5D4014. Grayscale: #BBBBBB. Windows color (decimal): -6111253 or 15450018. OLE color: 15450018.

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

Color convert

RGB162191235-
CMYK0.310.1900.08
HSL216.16º64.6%77.84%-
HSV(B)216.16º31.06%92.16%-
XYZ48.5350.9485.87-
YUV187.34154.89109.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.55%
GREEN value IS 191 (75% from 255) = 32.48%
BLUE value IS 235 (92.19% from 255) = 39.97%
R=27.55%
G=32.48%
B=39.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1621912350.310.1900.08216.1664.677.84
HexA2BFEB1F1308d8414e
Octal2422773533723010330101116
Binary1010001010111111111010111111110011010001101100010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BFEB; }

 p { color: rgb(162,191,235); }

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

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

 a { background-color: rgb(162,191,235); }

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

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

 span { border-color: rgb(162,191,235); }

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