Html Css Color HEX #ADC3E2 Light Steel Blue

📋 copy color: '#ADC3E2'

red 173 ◦ green 195 ◦ blue 226

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

Shades of Light Steel Blue #ADC3E2

Tints of Light Steel Blue #ADC3E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 38.05%

R = 29.12%
G = 32.83%
B = 38.05%

CMYK

 C value IS 0.23

 M value IS 0.14

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#ADC3E2 (or 0xADC3E2) is known color: Light Steel Blue. HEX triplet: AD, C3 and E2. RGB value is (173,195,226). Sum of RGB (Red+Green+Blue) = 173+195+226=594 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.12% from 594); Green value is 195 (76.56% from 255 or 32.83% from 594); Blue value is 226 (88.67% from 255 or 38.05% from 594); Max value from RGB is 226 - color contains mainly: blue. Hex color #ADC3E2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC3E2 is #523C1D. Grayscale: #BFBFBF. Windows color (decimal): -5389342 or 14861229. OLE color: 14861229.

HSL color Cylindrical-coordinate representation of color #ADC3E2: hue angle of 215.09º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADC3E2 is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 173 195 226 -
CMYK 0.23 0.14 0 0.11
HSL 215.09º 0.48% 0.78% -
HSV(B) 215.09º 0.23% 0.89% -
XYZ 50.48 53.41 79.6 -
YUV 191.96 147.21 114.48 -
System Red Green Blue C M Y K H S L
Decimal 173 195 226 0.23 0.14 0 0.11 215.09 0.48 0.78
Hex AD C3 E2 17 E 0 B D7 30 4E
Octal 255 303 342 27 16 0 13 327 60 116
Binary 10101101 11000011 11100010 10111 1110 0 1011 11010111 110000 1001110

Color Harmonies of #ADC3E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC3E2

Black with #ADC3E2

Text Example


Text Example

White with #ADC3E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC3E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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