#ADBAD6

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

Shades of Light Steel Blue #ADBAD6

Tints of Light Steel Blue #ADBAD6

Color information

#ADBAD6 (or 0xADBAD6) is unknown color: approx Light Steel Blue. HEX triplet: AD, BA and D6. RGB value is (173,186,214). Sum of RGB (Red+Green+Blue) = 173+186+214=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 214 (83.98% from 255 or 37.35% from 573); Max value from RGB is 214 - color contains mainly: blue. Hex color #ADBAD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBAD6 is #524529. Grayscale: #B9B9B9. Windows color (decimal): -5391658 or 14072493. OLE color: 14072493.

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

Color convert

RGB173186214-
CMYK0.190.1300.16
HSL220.98º33.33%75.88%-
HSV(B)220.98º19.16%83.92%-
XYZ46.9348.8670.58-
YUV185.3144.19119.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.19%
GREEN value IS 186 (73.05% from 255) = 32.46%
BLUE value IS 214 (83.98% from 255) = 37.35%
R=30.19%
G=32.46%
B=37.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1731862140.190.1300.16220.9833.3375.88
HexADBAD613D010dd214c
Octal255272326231502033541114
Binary101011011011101011010110100111101010000110111011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBAD6; }

 p { color: rgb(173,186,214); }

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

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

 a { background-color: rgb(173,186,214); }

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

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

 span { border-color: rgb(173,186,214); }

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