Html Css Color HEX #ADC5DB Light Steel Blue

📋 copy color: '#ADC5DB'

red 173 ◦ green 197 ◦ blue 219

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

Shades of Light Steel Blue #ADC5DB

Tints of Light Steel Blue #ADC5DB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.45%

 BLUE value IS 219 (85.94% from 255) = 37.18%

R = 29.37%
G = 33.45%
B = 37.18%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ADC5DB (or 0xADC5DB) is known color: Light Steel Blue. HEX triplet: AD, C5 and DB. RGB value is (173,197,219). Sum of RGB (Red+Green+Blue) = 173+197+219=589 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.37% from 589); Green value is 197 (77.34% from 255 or 33.45% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADC5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC5DB is #523A24. Grayscale: #C0C0C0. Windows color (decimal): -5388837 or 14402989. OLE color: 14402989.

HSL color Cylindrical-coordinate representation of color #ADC5DB: hue angle of 208.7º 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 #ADC5DB is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 197 219 -
CMYK 0.21 0.10 0 0.14
HSL 208.7º 0.39% 0.77% -
HSV(B) 208.7º 0.21% 0.86% -
XYZ 49.99 53.93 74.79 -
YUV 192.33 143.05 114.21 -
System Red Green Blue C M Y K H S L
Decimal 173 197 219 0.21 0.10 0 0.14 208.7 0.39 0.77
Hex AD C5 DB 15 A 0 E D1 27 4D
Octal 255 305 333 25 12 0 16 321 47 115
Binary 10101101 11000101 11011011 10101 1010 0 1110 11010001 100111 1001101

Color Harmonies of #ADC5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC5DB

Black with #ADC5DB

Text Example


Text Example

White with #ADC5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC5DB; }

 p { color: rgb(173,197,219); }

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

background-color css

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

 a { background-color: rgb(173,197,219); }

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

border-color css

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

 span { border-color: rgb(173,197,219); }

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