#ADBAD8

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

Shades of Light Steel Blue #ADBAD8

Tints of Light Steel Blue #ADBAD8

Color information

#ADBAD8 (or 0xADBAD8) is unknown color: approx Light Steel Blue. HEX triplet: AD, BA and D8. RGB value is (173,186,216). Sum of RGB (Red+Green+Blue) = 173+186+216=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 186 (73.05% from 255 or 32.35% from 575); Blue value is 216 (84.77% from 255 or 37.57% from 575); Max value from RGB is 216 - color contains mainly: blue. Hex color #ADBAD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBAD8 is #524527. Grayscale: #B9B9B9. Windows color (decimal): -5391656 or 14203565. OLE color: 14203565.

HSL color Cylindrical-coordinate representation of color #ADBAD8: hue angle of 221.86º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADBAD8 is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB173186216-
CMYK0.200.1400.15
HSL221.86º35.54%76.27%-
HSV(B)221.86º19.91%84.71%-
XYZ47.1948.9671.93-
YUV185.53145.19119.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.09%
GREEN value IS 186 (73.05% from 255) = 32.35%
BLUE value IS 216 (84.77% from 255) = 37.57%
R=30.09%
G=32.35%
B=37.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1731862160.200.1400.15221.8635.5476.27
HexADBAD814E0Fde244c
Octal255272330241601733644114
Binary10101101101110101101100010100111001111110111101001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBAD8; }

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

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

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

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

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

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

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

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