Html Css Color HEX #ADC3DB Light Steel Blue

📋 copy color: '#ADC3DB'

red 173 ◦ green 195 ◦ blue 219

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

Shades of Light Steel Blue #ADC3DB

Tints of Light Steel Blue #ADC3DB

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.22%

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

R = 29.47%
G = 33.22%
B = 37.31%

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

#ADC3DB (or 0xADC3DB) is known color: Light Steel Blue. HEX triplet: AD, C3 and DB. RGB value is (173,195,219). Sum of RGB (Red+Green+Blue) = 173+195+219=587 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.47% from 587); Green value is 195 (76.56% from 255 or 33.22% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADC3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC3DB is #523C24. Grayscale: #BFBFBF. Windows color (decimal): -5389349 or 14402477. OLE color: 14402477.

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

Color convert

RGB 173 195 219 -
CMYK 0.21 0.11 0 0.14
HSL 211.3º 0.39% 0.77% -
HSV(B) 211.3º 0.21% 0.86% -
XYZ 49.53 53.03 74.64 -
YUV 191.16 143.71 115.05 -
System Red Green Blue C M Y K H S L
Decimal 173 195 219 0.21 0.11 0 0.14 211.3 0.39 0.77
Hex AD C3 DB 15 B 0 E D3 27 4D
Octal 255 303 333 25 13 0 16 323 47 115
Binary 10101101 11000011 11011011 10101 1011 0 1110 11010011 100111 1001101

Color Harmonies of #ADC3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC3DB

Black with #ADC3DB

Text Example


Text Example

White with #ADC3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC3DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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