#A9BEE1

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

Shades of Light Steel Blue #A9BEE1

Tints of Light Steel Blue #A9BEE1

Color information

#A9BEE1 (or 0xA9BEE1) is unknown color: approx Light Steel Blue. HEX triplet: A9, BE and E1. RGB value is (169,190,225). Sum of RGB (Red+Green+Blue) = 169+190+225=584 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.94% from 584); Green value is 190 (74.61% from 255 or 32.53% from 584); Blue value is 225 (88.28% from 255 or 38.53% from 584); Max value from RGB is 225 - color contains mainly: blue. Hex color #A9BEE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BEE1 is #56411E. Grayscale: #BBBBBB. Windows color (decimal): -5652767 or 14794409. OLE color: 14794409.

HSL color Cylindrical-coordinate representation of color #A9BEE1: hue angle of 217.5º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A9BEE1 is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB169190225-
CMYK0.250.1600.12
HSL217.5º48.28%77.25%-
HSV(B)217.5º24.89%88.24%-
XYZ48.3750.778.47-
YUV187.71149.04114.65-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.94%
GREEN value IS 190 (74.61% from 255) = 32.53%
BLUE value IS 225 (88.28% from 255) = 38.53%
R=28.94%
G=32.53%
B=38.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1691902250.250.1600.12217.548.2877.25
HexA9BEE119100Cda304d
Octal251276341312001433260115
Binary101010011011111011100001110011000001100110110101100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BEE1; }

 p { color: rgb(169,190,225); }

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

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

 a { background-color: rgb(169,190,225); }

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

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

 span { border-color: rgb(169,190,225); }

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