#ADBBDA

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

Shades of Light Steel Blue #ADBBDA

Tints of Light Steel Blue #ADBBDA

Color information

#ADBBDA (or 0xADBBDA) is unknown color: approx Light Steel Blue. HEX triplet: AD, BB and DA. RGB value is (173,187,218). Sum of RGB (Red+Green+Blue) = 173+187+218=578 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.93% from 578); Green value is 187 (73.44% from 255 or 32.35% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADBBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBBDA is #524425. Grayscale: #BABABA. Windows color (decimal): -5391398 or 14334893. OLE color: 14334893.

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

Color convert

RGB173187218-
CMYK0.210.1400.15
HSL221.33º37.82%76.67%-
HSV(B)221.33º20.64%85.49%-
XYZ47.6649.4973.37-
YUV186.35145.86118.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.93%
GREEN value IS 187 (73.44% from 255) = 32.35%
BLUE value IS 218 (85.55% from 255) = 37.72%
R=29.93%
G=32.35%
B=37.72%

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
Decimal1731872180.210.1400.15221.3337.8276.67
HexADBBDA15E0Fdd264d
Octal255273332251601733546115
Binary10101101101110111101101010101111001111110111011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBBDA; }

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

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

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

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

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

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

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

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