Html Css Color HEX #ADBDDD Light Steel Blue

📋 copy color: '#ADBDDD'

red 173 ◦ green 189 ◦ blue 221

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

Shades of Light Steel Blue #ADBDDD

Tints of Light Steel Blue #ADBDDD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.42%

 BLUE value IS 221 (86.72% from 255) = 37.91%

R = 29.67%
G = 32.42%
B = 37.91%

CMYK

 C value IS 0.22

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ADBDDD (or 0xADBDDD) is known color: Light Steel Blue. HEX triplet: AD, BD and DD. RGB value is (173,189,221). Sum of RGB (Red+Green+Blue) = 173+189+221=583 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.67% from 583); Green value is 189 (74.22% from 255 or 32.42% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 221 - color contains mainly: blue. Hex color #ADBDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBDDD is #524222. Grayscale: #BBBBBB. Windows color (decimal): -5390883 or 14532013. OLE color: 14532013.

HSL color Cylindrical-coordinate representation of color #ADBDDD: hue angle of 220º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADBDDD is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 189 221 -
CMYK 0.22 0.14 0 0.13
HSL 220º 0.41% 0.77% -
HSV(B) 220º 0.22% 0.87% -
XYZ 48.48 50.5 75.6 -
YUV 187.86 146.7 117.4 -
System Red Green Blue C M Y K H S L
Decimal 173 189 221 0.22 0.14 0 0.13 220 0.41 0.77
Hex AD BD DD 16 E 0 D DC 29 4D
Octal 255 275 335 26 16 0 15 334 51 115
Binary 10101101 10111101 11011101 10110 1110 0 1101 11011100 101001 1001101

Color Harmonies of #ADBDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBDDD

Black with #ADBDDD

Text Example


Text Example

White with #ADBDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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