#A5BEE8

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

Shades of Tropical Blue #A5BEE8

Tints of Tropical Blue #A5BEE8

Color information

#A5BEE8 (or 0xA5BEE8) is unknown color: approx Tropical Blue. HEX triplet: A5, BE and E8. RGB value is (165,190,232). Sum of RGB (Red+Green+Blue) = 165+190+232=587 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.11% from 587); Green value is 190 (74.61% from 255 or 32.37% from 587); Blue value is 232 (91.02% from 255 or 39.52% from 587); Max value from RGB is 232 - color contains mainly: blue. Hex color #A5BEE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5BEE8 is #5A4117. Grayscale: #BBBBBB. Windows color (decimal): -5914904 or 15253157. OLE color: 15253157.

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

Color convert

RGB165190232-
CMYK0.290.1800.09
HSL217.61º59.29%77.84%-
HSV(B)217.61º28.88%90.98%-
XYZ48.550.6583.56-
YUV187.31153.22112.08-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.11%
GREEN value IS 190 (74.61% from 255) = 32.37%
BLUE value IS 232 (91.02% from 255) = 39.52%
R=28.11%
G=32.37%
B=39.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1651902320.290.1800.09217.6159.2977.84
HexA5BEE81D1209da3b4e
Octal245276350352201133273116
Binary101001011011111011101000111011001001001110110101110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BEE8; }

 p { color: rgb(165,190,232); }

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

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

 a { background-color: rgb(165,190,232); }

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

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

 span { border-color: rgb(165,190,232); }

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