Html Css Color HEX #ADC2DB Light Steel Blue

📋 copy color: '#ADC2DB'

red 173 ◦ green 194 ◦ blue 219

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

Shades of Light Steel Blue #ADC2DB

Tints of Light Steel Blue #ADC2DB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.11%

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

R = 29.52%
G = 33.11%
B = 37.37%

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

#ADC2DB (or 0xADC2DB) is known color: Light Steel Blue. HEX triplet: AD, C2 and DB. RGB value is (173,194,219). Sum of RGB (Red+Green+Blue) = 173+194+219=586 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.52% from 586); Green value is 194 (76.17% from 255 or 33.11% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADC2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC2DB is #523D24. Grayscale: #BEBEBE. Windows color (decimal): -5389605 or 14402221. OLE color: 14402221.

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

Color convert

RGB 173 194 219 -
CMYK 0.21 0.11 0 0.14
HSL 212.61º 0.39% 0.77% -
HSV(B) 212.61º 0.21% 0.86% -
XYZ 49.31 52.58 74.57 -
YUV 190.57 144.04 115.47 -
System Red Green Blue C M Y K H S L
Decimal 173 194 219 0.21 0.11 0 0.14 212.61 0.39 0.77
Hex AD C2 DB 15 B 0 E D5 27 4D
Octal 255 302 333 25 13 0 16 325 47 115
Binary 10101101 11000010 11011011 10101 1011 0 1110 11010101 100111 1001101

Color Harmonies of #ADC2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC2DB

Black with #ADC2DB

Text Example


Text Example

White with #ADC2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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