Html Css Color HEX #ADBCD8 Light Steel Blue

📋 copy color: '#ADBCD8'

red 173 ◦ green 188 ◦ blue 216

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

Shades of Light Steel Blue #ADBCD8

Tints of Light Steel Blue #ADBCD8

RGB

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

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

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

R = 29.98%
G = 32.58%
B = 37.44%

CMYK

 C value IS 0.20

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ADBCD8 (or 0xADBCD8) is known color: Light Steel Blue. HEX triplet: AD, BC and D8. RGB value is (173,188,216). Sum of RGB (Red+Green+Blue) = 173+188+216=577 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.98% from 577); Green value is 188 (73.83% from 255 or 32.58% from 577); Blue value is 216 (84.77% from 255 or 37.44% from 577); Max value from RGB is 216 - color contains mainly: blue. Hex color #ADBCD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBCD8 is #524327. Grayscale: #BABABA. Windows color (decimal): -5391144 or 14204077. OLE color: 14204077.

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

Color convert

RGB 173 188 216 -
CMYK 0.20 0.13 0 0.15
HSL 219.07º 0.36% 0.76% -
HSV(B) 219.07º 0.2% 0.85% -
XYZ 47.61 49.81 72.07 -
YUV 186.71 144.53 118.22 -
System Red Green Blue C M Y K H S L
Decimal 173 188 216 0.20 0.13 0 0.15 219.07 0.36 0.76
Hex AD BC D8 14 D 0 F DB 24 4C
Octal 255 274 330 24 15 0 17 333 44 114
Binary 10101101 10111100 11011000 10100 1101 0 1111 11011011 100100 1001100

Color Harmonies of #ADBCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBCD8

Black with #ADBCD8

Text Example


Text Example

White with #ADBCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBCD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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