Html Css Color HEX #ADBDD8 Light Steel Blue

📋 copy color: '#ADBDD8'

red 173 ◦ green 189 ◦ blue 216

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

Shades of Light Steel Blue #ADBDD8

Tints of Light Steel Blue #ADBDD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.37%

R = 29.93%
G = 32.7%
B = 37.37%

CMYK

 C value IS 0.20

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ADBDD8 (or 0xADBDD8) is known color: Light Steel Blue. HEX triplet: AD, BD and D8. RGB value is (173,189,216). Sum of RGB (Red+Green+Blue) = 173+189+216=578 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.93% from 578); Green value is 189 (74.22% from 255 or 32.70% from 578); Blue value is 216 (84.77% from 255 or 37.37% from 578); Max value from RGB is 216 - color contains mainly: blue. Hex color #ADBDD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBDD8 is #524227. Grayscale: #BBBBBB. Windows color (decimal): -5390888 or 14204333. OLE color: 14204333.

HSL color Cylindrical-coordinate representation of color #ADBDD8: hue angle of 217.67º 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 #ADBDD8 is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 189 216 -
CMYK 0.20 0.12 0 0.15
HSL 217.67º 0.36% 0.76% -
HSV(B) 217.67º 0.2% 0.85% -
XYZ 47.83 50.24 72.14 -
YUV 187.29 144.2 117.8 -
System Red Green Blue C M Y K H S L
Decimal 173 189 216 0.20 0.12 0 0.15 217.67 0.36 0.76
Hex AD BD D8 14 C 0 F DA 24 4C
Octal 255 275 330 24 14 0 17 332 44 114
Binary 10101101 10111101 11011000 10100 1100 0 1111 11011010 100100 1001100

Color Harmonies of #ADBDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBDD8

Black with #ADBDD8

Text Example


Text Example

White with #ADBDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBDD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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