#ADBDDB

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

Shades of Light Steel Blue #ADBDDB

Tints of Light Steel Blue #ADBDDB

Color information

#ADBDDB (or 0xADBDDB) is unknown color: approx Light Steel Blue. HEX triplet: AD, BD and DB. RGB value is (173,189,219). Sum of RGB (Red+Green+Blue) = 173+189+219=581 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.78% from 581); Green value is 189 (74.22% from 255 or 32.53% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADBDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBDDB is #524224. Grayscale: #BBBBBB. Windows color (decimal): -5390885 or 14400941. OLE color: 14400941.

HSL color Cylindrical-coordinate representation of color #ADBDDB: hue angle of 219.13º 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 #ADBDDB is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB173189219-
CMYK0.210.1400.14
HSL219.13º38.98%76.86%-
HSV(B)219.13º21%85.88%-
XYZ48.2250.3974.2-
YUV187.64145.7117.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.78%
GREEN value IS 189 (74.22% from 255) = 32.53%
BLUE value IS 219 (85.94% from 255) = 37.69%
R=29.78%
G=32.53%
B=37.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1731892190.210.1400.14219.1338.9876.86
HexADBDDB15E0Edb274d
Octal255275333251601633347115
Binary10101101101111011101101110101111001110110110111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBDDB; }

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

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

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

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

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

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

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

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