#A7BADD

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

Shades of Light Steel Blue #A7BADD

Tints of Light Steel Blue #A7BADD

Color information

#A7BADD (or 0xA7BADD) is unknown color: approx Light Steel Blue. HEX triplet: A7, BA and DD. RGB value is (167,186,221). Sum of RGB (Red+Green+Blue) = 167+186+221=574 (76% of max value = 765). Red value is 167 (65.62% from 255 or 29.09% from 574); Green value is 186 (73.05% from 255 or 32.40% 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 #A7BADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BADD is #584522. Grayscale: #B8B8B8. Windows color (decimal): -5784867 or 14531239. OLE color: 14531239.

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

Color convert

RGB167186221-
CMYK0.240.1600.13
HSL218.89º44.26%76.08%-
HSV(B)218.89º24.43%86.67%-
XYZ46.5548.5575.33-
YUV184.31148.71115.65-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.09%
GREEN value IS 186 (73.05% from 255) = 32.40%
BLUE value IS 221 (86.72% from 255) = 38.50%
R=29.09%
G=32.40%
B=38.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1671862210.240.1600.13218.8944.2676.08
HexA7BADD18100Ddb2c4c
Octal247272335302001533354114
Binary101001111011101011011101110001000001101110110111011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BADD; }

 p { color: rgb(167,186,221); }

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

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

 a { background-color: rgb(167,186,221); }

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

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

 span { border-color: rgb(167,186,221); }

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