Html Css Color HEX #ADC4DB Light Steel Blue

📋 copy color: '#ADC4DB'

red 173 ◦ green 196 ◦ blue 219

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

Shades of Light Steel Blue #ADC4DB

Tints of Light Steel Blue #ADC4DB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.33%

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

R = 29.42%
G = 33.33%
B = 37.24%

CMYK

 C value IS 0.21

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ADC4DB (or 0xADC4DB) is known color: Light Steel Blue. HEX triplet: AD, C4 and DB. RGB value is (173,196,219). Sum of RGB (Red+Green+Blue) = 173+196+219=588 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.42% from 588); Green value is 196 (76.95% from 255 or 33.33% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADC4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC4DB is #523B24. Grayscale: #BFBFBF. Windows color (decimal): -5389093 or 14402733. OLE color: 14402733.

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

Color convert

RGB 173 196 219 -
CMYK 0.21 0.11 0 0.14
HSL 210º 0.39% 0.77% -
HSV(B) 210º 0.21% 0.86% -
XYZ 49.76 53.48 74.72 -
YUV 191.75 143.38 114.63 -
System Red Green Blue C M Y K H S L
Decimal 173 196 219 0.21 0.11 0 0.14 210 0.39 0.77
Hex AD C4 DB 15 B 0 E D2 27 4D
Octal 255 304 333 25 13 0 16 322 47 115
Binary 10101101 11000100 11011011 10101 1011 0 1110 11010010 100111 1001101

Color Harmonies of #ADC4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC4DB

Black with #ADC4DB

Text Example


Text Example

White with #ADC4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC4DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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