#A4BBDD

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

Shades of Light Steel Blue #A4BBDD

Tints of Light Steel Blue #A4BBDD

Color information

#A4BBDD (or 0xA4BBDD) is unknown color: approx Light Steel Blue. HEX triplet: A4, BB and DD. RGB value is (164,187,221). Sum of RGB (Red+Green+Blue) = 164+187+221=572 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.67% from 572); Green value is 187 (73.44% from 255 or 32.69% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #A4BBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BBDD is #5B4422. Grayscale: #B7B7B7. Windows color (decimal): -5981219 or 14531492. OLE color: 14531492.

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

Color convert

RGB164187221-
CMYK0.260.1500.13
HSL215.79º45.6%75.49%-
HSV(B)215.79º25.79%86.67%-
XYZ46.1348.6575.37-
YUV184148.88113.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.67%
GREEN value IS 187 (73.44% from 255) = 32.69%
BLUE value IS 221 (86.72% from 255) = 38.64%
R=28.67%
G=32.69%
B=38.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1641872210.260.1500.13215.7945.675.49
HexA4BBDD1AF0Dd82e4b
Octal244273335321701533056113
Binary10100100101110111101110111010111101101110110001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BBDD; }

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

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

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

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

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

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

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

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