#A9BBDE

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

Shades of Light Steel Blue #A9BBDE

Tints of Light Steel Blue #A9BBDE

Color information

#A9BBDE (or 0xA9BBDE) is unknown color: approx Light Steel Blue. HEX triplet: A9, BB and DE. RGB value is (169,187,222). Sum of RGB (Red+Green+Blue) = 169+187+222=578 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.24% from 578); Green value is 187 (73.44% from 255 or 32.35% from 578); Blue value is 222 (87.11% from 255 or 38.41% from 578); Max value from RGB is 222 - color contains mainly: blue. Hex color #A9BBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BBDE is #564421. Grayscale: #B9B9B9. Windows color (decimal): -5653538 or 14597033. OLE color: 14597033.

HSL color Cylindrical-coordinate representation of color #A9BBDE: hue angle of 219.62º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9BBDE is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB169187222-
CMYK0.240.1600.13
HSL219.62º44.54%76.67%-
HSV(B)219.62º23.87%87.06%-
XYZ47.3249.2576.12-
YUV185.61148.54116.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.24%
GREEN value IS 187 (73.44% from 255) = 32.35%
BLUE value IS 222 (87.11% from 255) = 38.41%
R=29.24%
G=32.35%
B=38.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1691872220.240.1600.13219.6244.5476.67
HexA9BBDE18100Ddc2d4d
Octal251273336302001533455115
Binary101010011011101111011110110001000001101110111001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BBDE; }

 p { color: rgb(169,187,222); }

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

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

 a { background-color: rgb(169,187,222); }

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

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

 span { border-color: rgb(169,187,222); }

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