#A4BEDD

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

Shades of Light Steel Blue #A4BEDD

Tints of Light Steel Blue #A4BEDD

Color information

#A4BEDD (or 0xA4BEDD) is unknown color: approx Light Steel Blue. HEX triplet: A4, BE and DD. RGB value is (164,190,221). Sum of RGB (Red+Green+Blue) = 164+190+221=575 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.52% from 575); Green value is 190 (74.61% from 255 or 33.04% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #A4BEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BEDD is #5B4122. Grayscale: #B9B9B9. Windows color (decimal): -5980451 or 14532260. OLE color: 14532260.

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

Color convert

RGB164190221-
CMYK0.260.1400.13
HSL212.63º45.6%75.49%-
HSV(B)212.63º25.79%86.67%-
XYZ46.7749.9475.58-
YUV185.76147.89112.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.52%
GREEN value IS 190 (74.61% from 255) = 33.04%
BLUE value IS 221 (86.72% from 255) = 38.43%
R=28.52%
G=33.04%
B=38.43%

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
Decimal1641902210.260.1400.13212.6345.675.49
HexA4BEDD1AE0Dd52e4b
Octal244276335321601532556113
Binary10100100101111101101110111010111001101110101011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BEDD; }

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

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

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

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

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

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

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

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