#A9BBD7

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

Shades of Light Steel Blue #A9BBD7

Tints of Light Steel Blue #A9BBD7

Color information

#A9BBD7 (or 0xA9BBD7) is unknown color: approx Light Steel Blue. HEX triplet: A9, BB and D7. RGB value is (169,187,215). Sum of RGB (Red+Green+Blue) = 169+187+215=571 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.60% from 571); Green value is 187 (73.44% from 255 or 32.75% from 571); Blue value is 215 (84.38% from 255 or 37.65% from 571); Max value from RGB is 215 - color contains mainly: blue. Hex color #A9BBD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BBD7 is #564428. Grayscale: #B8B8B8. Windows color (decimal): -5653545 or 14138281. OLE color: 14138281.

HSL color Cylindrical-coordinate representation of color #A9BBD7: hue angle of 216.52º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A9BBD7 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB169187215-
CMYK0.210.1300.16
HSL216.52º36.51%75.29%-
HSV(B)216.52º21.4%84.31%-
XYZ46.448.8871.28-
YUV184.81145.04116.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.60%
GREEN value IS 187 (73.44% from 255) = 32.75%
BLUE value IS 215 (84.38% from 255) = 37.65%
R=29.60%
G=32.75%
B=37.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1691872150.210.1300.16216.5236.5175.29
HexA9BBD715D010d9254b
Octal251273327251502033145113
Binary101010011011101111010111101011101010000110110011001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BBD7; }

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

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

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

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

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

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

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

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