#ADBBDB

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

Shades of Light Steel Blue #ADBBDB

Tints of Light Steel Blue #ADBBDB

Color information

#ADBBDB (or 0xADBBDB) is unknown color: approx Light Steel Blue. HEX triplet: AD, BB and DB. RGB value is (173,187,219). Sum of RGB (Red+Green+Blue) = 173+187+219=579 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.88% from 579); Green value is 187 (73.44% from 255 or 32.30% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADBBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBBDB is #524424. Grayscale: #BABABA. Windows color (decimal): -5391397 or 14400429. OLE color: 14400429.

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

Color convert

RGB173187219-
CMYK0.210.1500.14
HSL221.74º38.98%76.86%-
HSV(B)221.74º21%85.88%-
XYZ47.7949.5474.06-
YUV186.46146.36118.4-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.88%
GREEN value IS 187 (73.44% from 255) = 32.30%
BLUE value IS 219 (85.94% from 255) = 37.82%
R=29.88%
G=32.30%
B=37.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1731872190.210.1500.14221.7438.9876.86
HexADBBDB15F0Ede274d
Octal255273333251701633647115
Binary10101101101110111101101110101111101110110111101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBBDB; }

 p { color: rgb(173,187,219); }

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

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

 a { background-color: rgb(173,187,219); }

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

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

 span { border-color: rgb(173,187,219); }

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