Html Css Color HEX #ADBDDB Light Steel Blue

📋 copy color: '#ADBDDB'

red 173 ◦ green 189 ◦ blue 219

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

Shades of Light Steel Blue #ADBDDB

Tints of Light Steel Blue #ADBDDB

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 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

#ADBDDB (or 0xADBDDB) is known color: 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

RGB 173 189 219 -
CMYK 0.21 0.14 0 0.14
HSL 219.13º 0.39% 0.77% -
HSV(B) 219.13º 0.21% 0.86% -
XYZ 48.22 50.39 74.2 -
YUV 187.64 145.7 117.56 -
System Red Green Blue C M Y K H S L
Decimal 173 189 219 0.21 0.14 0 0.14 219.13 0.39 0.77
Hex AD BD DB 15 E 0 E DB 27 4D
Octal 255 275 333 25 16 0 16 333 47 115
Binary 10101101 10111101 11011011 10101 1110 0 1110 11011011 100111 1001101

Color Harmonies of #ADBDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBDDB

Black with #ADBDDB

Text Example


Text Example

White with #ADBDDB

Text Example


Text Example

HTML Codes & Css Web 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>