#ADBCDA

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

Shades of Light Steel Blue #ADBCDA

Tints of Light Steel Blue #ADBCDA

Color information

#ADBCDA (or 0xADBCDA) is unknown color: approx Light Steel Blue. HEX triplet: AD, BC and DA. RGB value is (173,188,218). Sum of RGB (Red+Green+Blue) = 173+188+218=579 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.88% from 579); Green value is 188 (73.83% from 255 or 32.47% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADBCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBCDA is #524325. Grayscale: #BABABA. Windows color (decimal): -5391142 or 14335149. OLE color: 14335149.

HSL color Cylindrical-coordinate representation of color #ADBCDA: hue angle of 220º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADBCDA is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB173188218-
CMYK0.210.1400.15
HSL220º37.82%76.67%-
HSV(B)220º20.64%85.49%-
XYZ47.8749.9173.44-
YUV186.94145.53118.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.88%
GREEN value IS 188 (73.83% from 255) = 32.47%
BLUE value IS 218 (85.55% from 255) = 37.65%
R=29.88%
G=32.47%
B=37.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1731882180.210.1400.1522037.8276.67
HexADBCDA15E0Fdc264d
Octal255274332251601733446115
Binary10101101101111001101101010101111001111110111001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBCDA; }

 p { color: rgb(173,188,218); }

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

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

 a { background-color: rgb(173,188,218); }

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

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

 span { border-color: rgb(173,188,218); }

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