Html Css Color HEX #ADBCDB Light Steel Blue

📋 copy color: '#ADBCDB'

red 173 ◦ green 188 ◦ blue 219

#ADBCDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Steel Blue #ADBCDB

Tints of Light Steel Blue #ADBCDB

RGB

 RED value IS 173 (67.97% from 255) = 29.83%

 GREEN value IS 188 (73.83% from 255) = 32.41%

 BLUE value IS 219 (85.94% from 255) = 37.76%

R = 29.83%
G = 32.41%
B = 37.76%

CMYK

 C value IS 0.21

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ADBCDB (or 0xADBCDB) is known color: Light Steel Blue. HEX triplet: AD, BC and DB. RGB value is (173,188,219). Sum of RGB (Red+Green+Blue) = 173+188+219=580 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.83% from 580); Green value is 188 (73.83% from 255 or 32.41% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADBCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBCDB is #524324. Grayscale: #BABABA. Windows color (decimal): -5391141 or 14400685. OLE color: 14400685.

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

Color convert

RGB 173 188 219 -
CMYK 0.21 0.14 0 0.14
HSL 220.43º 0.39% 0.77% -
HSV(B) 220.43º 0.21% 0.86% -
XYZ 48 49.97 74.13 -
YUV 187.05 146.03 117.98 -
System Red Green Blue C M Y K H S L
Decimal 173 188 219 0.21 0.14 0 0.14 220.43 0.39 0.77
Hex AD BC DB 15 E 0 E DC 27 4D
Octal 255 274 333 25 16 0 16 334 47 115
Binary 10101101 10111100 11011011 10101 1110 0 1110 11011100 100111 1001101

Color Harmonies of #ADBCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBCDB

Black with #ADBCDB

Text Example


Text Example

White with #ADBCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBCDB; }

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

 H1.HeaderClassName
 {
   color: #ADBCDB;
 }
 .AnyTagClassName
 {
   color: #ADBCDB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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