#A9C4DE

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

Shades of Light Steel Blue #A9C4DE

Tints of Light Steel Blue #A9C4DE

Color information

#A9C4DE (or 0xA9C4DE) is unknown color: approx Light Steel Blue. HEX triplet: A9, C4 and DE. RGB value is (169,196,222). Sum of RGB (Red+Green+Blue) = 169+196+222=587 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.79% from 587); Green value is 196 (76.95% from 255 or 33.39% from 587); Blue value is 222 (87.11% from 255 or 37.82% from 587); Max value from RGB is 222 - color contains mainly: blue. Hex color #A9C4DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C4DE is #563B21. Grayscale: #BEBEBE. Windows color (decimal): -5651234 or 14599337. OLE color: 14599337.

HSL color Cylindrical-coordinate representation of color #A9C4DE: hue angle of 209.43º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9C4DE is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB169196222-
CMYK0.240.1200.13
HSL209.43º44.54%76.67%-
HSV(B)209.43º23.87%87.06%-
XYZ49.2953.1976.78-
YUV190.89145.55112.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.79%
GREEN value IS 196 (76.95% from 255) = 33.39%
BLUE value IS 222 (87.11% from 255) = 37.82%
R=28.79%
G=33.39%
B=37.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1691962220.240.1200.13209.4344.5476.67
HexA9C4DE18C0Dd12d4d
Octal251304336301401532155115
Binary10101001110001001101111011000110001101110100011011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C4DE; }

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

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

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

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

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

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

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

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