Html Css Color HEX #ADC1DB Light Steel Blue

📋 copy color: '#ADC1DB'

red 173 ◦ green 193 ◦ blue 219

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

Shades of Light Steel Blue #ADC1DB

Tints of Light Steel Blue #ADC1DB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.99%

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

R = 29.57%
G = 32.99%
B = 37.44%

CMYK

 C value IS 0.21

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ADC1DB (or 0xADC1DB) is known color: Light Steel Blue. HEX triplet: AD, C1 and DB. RGB value is (173,193,219). Sum of RGB (Red+Green+Blue) = 173+193+219=585 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.57% from 585); Green value is 193 (75.78% from 255 or 32.99% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADC1DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC1DB is #523E24. Grayscale: #BDBDBD. Windows color (decimal): -5389861 or 14401965. OLE color: 14401965.

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

Color convert

RGB 173 193 219 -
CMYK 0.21 0.12 0 0.14
HSL 213.91º 0.39% 0.77% -
HSV(B) 213.91º 0.21% 0.86% -
XYZ 49.09 52.14 74.49 -
YUV 189.98 144.37 115.89 -
System Red Green Blue C M Y K H S L
Decimal 173 193 219 0.21 0.12 0 0.14 213.91 0.39 0.77
Hex AD C1 DB 15 C 0 E D6 27 4D
Octal 255 301 333 25 14 0 16 326 47 115
Binary 10101101 11000001 11011011 10101 1100 0 1110 11010110 100111 1001101

Color Harmonies of #ADC1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC1DB

Black with #ADC1DB

Text Example


Text Example

White with #ADC1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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