#A9C0DB

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

Shades of Light Steel Blue #A9C0DB

Tints of Light Steel Blue #A9C0DB

Color information

#A9C0DB (or 0xA9C0DB) is unknown color: approx Light Steel Blue. HEX triplet: A9, C0 and DB. RGB value is (169,192,219). Sum of RGB (Red+Green+Blue) = 169+192+219=580 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.14% from 580); Green value is 192 (75.39% from 255 or 33.10% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 219 - color contains mainly: blue. Hex color #A9C0DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C0DB is #563F24. Grayscale: #BCBCBC. Windows color (decimal): -5652261 or 14401705. OLE color: 14401705.

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

Color convert

RGB169192219-
CMYK0.230.1200.14
HSL212.4º40.98%76.08%-
HSV(B)212.4º22.83%85.88%-
XYZ4851.2574.38-
YUV188.2145.38114.3-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.14%
GREEN value IS 192 (75.39% from 255) = 33.10%
BLUE value IS 219 (85.94% from 255) = 37.76%
R=29.14%
G=33.10%
B=37.76%

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
Decimal1691922190.230.1200.14212.440.9876.08
HexA9C0DB17C0Ed4294c
Octal251300333271401632451114
Binary10101001110000001101101110111110001110110101001010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C0DB; }

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

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

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

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

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

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

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

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