#A9C2DC

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

Shades of Light Steel Blue #A9C2DC

Tints of Light Steel Blue #A9C2DC

Color information

#A9C2DC (or 0xA9C2DC) is unknown color: approx Light Steel Blue. HEX triplet: A9, C2 and DC. RGB value is (169,194,220). Sum of RGB (Red+Green+Blue) = 169+194+220=583 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.99% from 583); Green value is 194 (76.17% from 255 or 33.28% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 220 - color contains mainly: blue. Hex color #A9C2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C2DC is #563D23. Grayscale: #BDBDBD. Windows color (decimal): -5651748 or 14467753. OLE color: 14467753.

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

Color convert

RGB169194220-
CMYK0.230.1200.14
HSL210.59º42.15%76.27%-
HSV(B)210.59º23.18%86.27%-
XYZ48.5752.1975.22-
YUV189.49145.22113.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.99%
GREEN value IS 194 (76.17% from 255) = 33.28%
BLUE value IS 220 (86.33% from 255) = 37.74%
R=28.99%
G=33.28%
B=37.74%

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
Decimal1691942200.230.1200.14210.5942.1576.27
HexA9C2DC17C0Ed32a4c
Octal251302334271401632352114
Binary10101001110000101101110010111110001110110100111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C2DC; }

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

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

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

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

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

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

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

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