#A9C4DC

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

Shades of Light Steel Blue #A9C4DC

Tints of Light Steel Blue #A9C4DC

Color information

#A9C4DC (or 0xA9C4DC) is unknown color: approx Light Steel Blue. HEX triplet: A9, C4 and DC. RGB value is (169,196,220). Sum of RGB (Red+Green+Blue) = 169+196+220=585 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.89% from 585); Green value is 196 (76.95% from 255 or 33.50% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #A9C4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C4DC is #563B23. Grayscale: #BEBEBE. Windows color (decimal): -5651236 or 14468265. OLE color: 14468265.

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

Color convert

RGB169196220-
CMYK0.230.1100.14
HSL208.24º42.15%76.27%-
HSV(B)208.24º23.18%86.27%-
XYZ49.0253.0875.37-
YUV190.66144.55112.55-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.89%
GREEN value IS 196 (76.95% from 255) = 33.50%
BLUE value IS 220 (86.33% from 255) = 37.61%
R=28.89%
G=33.50%
B=37.61%

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
Decimal1691962200.230.1100.14208.2442.1576.27
HexA9C4DC17B0Ed02a4c
Octal251304334271301632052114
Binary10101001110001001101110010111101101110110100001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C4DC; }

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

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

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

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

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

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

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

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