#A5BEDB

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

Shades of Light Steel Blue #A5BEDB

Tints of Light Steel Blue #A5BEDB

Color information

#A5BEDB (or 0xA5BEDB) is unknown color: approx Light Steel Blue. HEX triplet: A5, BE and DB. RGB value is (165,190,219). Sum of RGB (Red+Green+Blue) = 165+190+219=574 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.75% from 574); Green value is 190 (74.61% from 255 or 33.10% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 219 - color contains mainly: blue. Hex color #A5BEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BEDB is #5A4124. Grayscale: #B9B9B9. Windows color (decimal): -5914917 or 14401189. OLE color: 14401189.

HSL color Cylindrical-coordinate representation of color #A5BEDB: hue angle of 212.22º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5BEDB is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB165190219-
CMYK0.250.1300.14
HSL212.22º42.86%75.29%-
HSV(B)212.22º24.66%85.88%-
XYZ46.7249.9474.2-
YUV185.83146.72113.14-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.75%
GREEN value IS 190 (74.61% from 255) = 33.10%
BLUE value IS 219 (85.94% from 255) = 38.15%
R=28.75%
G=33.10%
B=38.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1651902190.250.1300.14212.2242.8675.29
HexA5BEDB19D0Ed42b4b
Octal245276333311501632453113
Binary10100101101111101101101111001110101110110101001010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BEDB; }

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

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

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

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

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

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

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

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