#A4BBDF

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

Shades of Light Steel Blue #A4BBDF

Tints of Light Steel Blue #A4BBDF

Color information

#A4BBDF (or 0xA4BBDF) is unknown color: approx Light Steel Blue. HEX triplet: A4, BB and DF. RGB value is (164,187,223). Sum of RGB (Red+Green+Blue) = 164+187+223=574 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.57% from 574); Green value is 187 (73.44% from 255 or 32.58% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 223 - color contains mainly: blue. Hex color #A4BBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BBDF is #5B4420. Grayscale: #B8B8B8. Windows color (decimal): -5981217 or 14662564. OLE color: 14662564.

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

Color convert

RGB164187223-
CMYK0.260.1600.13
HSL216.61º47.97%75.88%-
HSV(B)216.61º26.46%87.45%-
XYZ46.448.7676.78-
YUV184.23149.88113.57-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.57%
GREEN value IS 187 (73.44% from 255) = 32.58%
BLUE value IS 223 (87.5% from 255) = 38.85%
R=28.57%
G=32.58%
B=38.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1641872230.260.1600.13216.6147.9775.88
HexA4BBDF1A100Dd9304c
Octal244273337322001533160114
Binary101001001011101111011111110101000001101110110011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BBDF; }

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

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

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

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

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

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

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

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