#A9C3DC

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

Shades of Light Steel Blue #A9C3DC

Tints of Light Steel Blue #A9C3DC

Color information

#A9C3DC (or 0xA9C3DC) is unknown color: approx Light Steel Blue. HEX triplet: A9, C3 and DC. RGB value is (169,195,220). Sum of RGB (Red+Green+Blue) = 169+195+220=584 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.94% from 584); Green value is 195 (76.56% from 255 or 33.39% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 220 - color contains mainly: blue. Hex color #A9C3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C3DC is #563C23. Grayscale: #BDBDBD. Windows color (decimal): -5651492 or 14468009. OLE color: 14468009.

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

Color convert

RGB169195220-
CMYK0.230.1100.14
HSL209.41º42.15%76.27%-
HSV(B)209.41º23.18%86.27%-
XYZ48.852.6375.3-
YUV190.08144.89112.97-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.94%
GREEN value IS 195 (76.56% from 255) = 33.39%
BLUE value IS 220 (86.33% from 255) = 37.67%
R=28.94%
G=33.39%
B=37.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1691952200.230.1100.14209.4142.1576.27
HexA9C3DC17B0Ed12a4c
Octal251303334271301632152114
Binary10101001110000111101110010111101101110110100011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C3DC; }

 p { color: rgb(169,195,220); }

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

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

 a { background-color: rgb(169,195,220); }

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

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

 span { border-color: rgb(169,195,220); }

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