#A9BEE0

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

Shades of Light Steel Blue #A9BEE0

Tints of Light Steel Blue #A9BEE0

Color information

#A9BEE0 (or 0xA9BEE0) is unknown color: approx Light Steel Blue. HEX triplet: A9, BE and E0. RGB value is (169,190,224). Sum of RGB (Red+Green+Blue) = 169+190+224=583 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.99% from 583); Green value is 190 (74.61% from 255 or 32.59% from 583); Blue value is 224 (87.89% from 255 or 38.42% from 583); Max value from RGB is 224 - color contains mainly: blue. Hex color #A9BEE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BEE0 is #56411F. Grayscale: #BBBBBB. Windows color (decimal): -5652768 or 14728873. OLE color: 14728873.

HSL color Cylindrical-coordinate representation of color #A9BEE0: hue angle of 217.09º degrees, saturation: 0.47, 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 #A9BEE0 is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB169190224-
CMYK0.250.1500.12
HSL217.09º47.01%77.06%-
HSV(B)217.09º24.55%87.84%-
XYZ48.2350.6477.75-
YUV187.6148.54114.74-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.99%
GREEN value IS 190 (74.61% from 255) = 32.59%
BLUE value IS 224 (87.89% from 255) = 38.42%
R=28.99%
G=32.59%
B=38.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1691902240.250.1500.12217.0947.0177.06
HexA9BEE019F0Cd92f4d
Octal251276340311701433157115
Binary10101001101111101110000011001111101100110110011011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BEE0; }

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

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

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

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

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

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

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

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