#A4BDDD

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

Shades of Light Steel Blue #A4BDDD

Tints of Light Steel Blue #A4BDDD

Color information

#A4BDDD (or 0xA4BDDD) is unknown color: approx Light Steel Blue. HEX triplet: A4, BD and DD. RGB value is (164,189,221). Sum of RGB (Red+Green+Blue) = 164+189+221=574 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.57% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #A4BDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BDDD is #5B4222. Grayscale: #B9B9B9. Windows color (decimal): -5980707 or 14532004. OLE color: 14532004.

HSL color Cylindrical-coordinate representation of color #A4BDDD: hue angle of 213.68º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4BDDD is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB164189221-
CMYK0.260.1400.13
HSL213.68º45.6%75.49%-
HSV(B)213.68º25.79%86.67%-
XYZ46.5649.5175.51-
YUV185.17148.22112.9-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.57%
GREEN value IS 189 (74.22% from 255) = 32.93%
BLUE value IS 221 (86.72% from 255) = 38.50%
R=28.57%
G=32.93%
B=38.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1641892210.260.1400.13213.6845.675.49
HexA4BDDD1AE0Dd62e4b
Octal244275335321601532656113
Binary10100100101111011101110111010111001101110101101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BDDD; }

 p { color: rgb(164,189,221); }

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

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

 a { background-color: rgb(164,189,221); }

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

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

 span { border-color: rgb(164,189,221); }

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