#A9C5DB

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

Shades of Light Steel Blue #A9C5DB

Tints of Light Steel Blue #A9C5DB

Color information

#A9C5DB (or 0xA9C5DB) is unknown color: approx Light Steel Blue. HEX triplet: A9, C5 and DB. RGB value is (169,197,219). Sum of RGB (Red+Green+Blue) = 169+197+219=585 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.89% from 585); Green value is 197 (77.34% from 255 or 33.68% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 219 - color contains mainly: blue. Hex color #A9C5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C5DB is #563A24. Grayscale: #BFBFBF. Windows color (decimal): -5650981 or 14402985. OLE color: 14402985.

HSL color Cylindrical-coordinate representation of color #A9C5DB: hue angle of 206.4º 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 #A9C5DB is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB169197219-
CMYK0.230.1000.14
HSL206.4º40.98%76.08%-
HSV(B)206.4º22.83%85.88%-
XYZ49.1153.4874.75-
YUV191.14143.72112.21-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.89%
GREEN value IS 197 (77.34% from 255) = 33.68%
BLUE value IS 219 (85.94% from 255) = 37.44%
R=28.89%
G=33.68%
B=37.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1691972190.230.1000.14206.440.9876.08
HexA9C5DB17A0Ece294c
Octal251305333271201631651114
Binary10101001110001011101101110111101001110110011101010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C5DB; }

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

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

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

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

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

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

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

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