#A5BFEB

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

Shades of Tropical Blue #A5BFEB

Tints of Tropical Blue #A5BFEB

Color information

#A5BFEB (or 0xA5BFEB) is unknown color: approx Tropical Blue. HEX triplet: A5, BF and EB. RGB value is (165,191,235). Sum of RGB (Red+Green+Blue) = 165+191+235=591 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.92% from 591); Green value is 191 (75% from 255 or 32.32% from 591); Blue value is 235 (92.19% from 255 or 39.76% from 591); Max value from RGB is 235 - color contains mainly: blue. Hex color #A5BFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5BFEB is #5A4014. Grayscale: #BCBCBC. Windows color (decimal): -5914645 or 15450021. OLE color: 15450021.

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

Color convert

RGB165191235-
CMYK0.300.1900.08
HSL217.71º63.64%78.43%-
HSV(B)217.71º29.79%92.16%-
XYZ49.1451.2685.9-
YUV188.24154.39111.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.92%
GREEN value IS 191 (75% from 255) = 32.32%
BLUE value IS 235 (92.19% from 255) = 39.76%
R=27.92%
G=32.32%
B=39.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1651912350.300.1900.08217.7163.6478.43
HexA5BFEB1E1308da404e
Octal2452773533623010332100116
Binary1010010110111111111010111111010011010001101101010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BFEB; }

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

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

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

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

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

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

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

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