Html Css Color HEX #ADBDDE Light Steel Blue

📋 copy color: '#ADBDDE'

red 173 ◦ green 189 ◦ blue 222

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

Shades of Light Steel Blue #ADBDDE

Tints of Light Steel Blue #ADBDDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.01%

R = 29.62%
G = 32.36%
B = 38.01%

CMYK

 C value IS 0.22

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ADBDDE (or 0xADBDDE) is known color: Light Steel Blue. HEX triplet: AD, BD and DE. RGB value is (173,189,222). Sum of RGB (Red+Green+Blue) = 173+189+222=584 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.62% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 222 (87.11% from 255 or 38.01% from 584); Max value from RGB is 222 - color contains mainly: blue. Hex color #ADBDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBDDE is #524221. Grayscale: #BBBBBB. Windows color (decimal): -5390882 or 14597549. OLE color: 14597549.

HSL color Cylindrical-coordinate representation of color #ADBDDE: hue angle of 220.41º degrees, saturation: 0.43, 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 #ADBDDE is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 189 222 -
CMYK 0.22 0.15 0 0.13
HSL 220.41º 0.43% 0.77% -
HSV(B) 220.41º 0.22% 0.87% -
XYZ 48.62 50.55 76.3 -
YUV 187.98 147.2 117.32 -
System Red Green Blue C M Y K H S L
Decimal 173 189 222 0.22 0.15 0 0.13 220.41 0.43 0.77
Hex AD BD DE 16 F 0 D DC 2B 4D
Octal 255 275 336 26 17 0 15 334 53 115
Binary 10101101 10111101 11011110 10110 1111 0 1101 11011100 101011 1001101

Color Harmonies of #ADBDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBDDE

Black with #ADBDDE

Text Example


Text Example

White with #ADBDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBDDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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