#A9C1DB

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

Shades of Light Steel Blue #A9C1DB

Tints of Light Steel Blue #A9C1DB

Color information

#A9C1DB (or 0xA9C1DB) is unknown color: approx Light Steel Blue. HEX triplet: A9, C1 and DB. RGB value is (169,193,219). Sum of RGB (Red+Green+Blue) = 169+193+219=581 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.09% from 581); Green value is 193 (75.78% from 255 or 33.22% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 219 - color contains mainly: blue. Hex color #A9C1DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C1DB is #563E24. Grayscale: #BCBCBC. Windows color (decimal): -5652005 or 14401961. OLE color: 14401961.

HSL color Cylindrical-coordinate representation of color #A9C1DB: hue angle of 211.2º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9C1DB is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB169193219-
CMYK0.230.1200.14
HSL211.2º40.98%76.08%-
HSV(B)211.2º22.83%85.88%-
XYZ48.2251.6974.45-
YUV188.79145.05113.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.09%
GREEN value IS 193 (75.78% from 255) = 33.22%
BLUE value IS 219 (85.94% from 255) = 37.69%
R=29.09%
G=33.22%
B=37.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1691932190.230.1200.14211.240.9876.08
HexA9C1DB17C0Ed3294c
Octal251301333271401632351114
Binary10101001110000011101101110111110001110110100111010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C1DB; }

 p { color: rgb(169,193,219); }

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

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

 a { background-color: rgb(169,193,219); }

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

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

 span { border-color: rgb(169,193,219); }

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