Html Css Color HEX #ADC0E4 Light Steel Blue

📋 copy color: '#ADC0E4'

red 173 ◦ green 192 ◦ blue 228

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

Shades of Light Steel Blue #ADC0E4

Tints of Light Steel Blue #ADC0E4

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.38%

 BLUE value IS 228 (89.45% from 255) = 38.45%

R = 29.17%
G = 32.38%
B = 38.45%

CMYK

 C value IS 0.24

 M value IS 0.16

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#ADC0E4 (or 0xADC0E4) is known color: Light Steel Blue. HEX triplet: AD, C0 and E4. RGB value is (173,192,228). Sum of RGB (Red+Green+Blue) = 173+192+228=593 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.17% from 593); Green value is 192 (75.39% from 255 or 32.38% from 593); Blue value is 228 (89.45% from 255 or 38.45% from 593); Max value from RGB is 228 - color contains mainly: blue. Hex color #ADC0E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC0E4 is #523F1B. Grayscale: #BEBEBE. Windows color (decimal): -5390108 or 14991533. OLE color: 14991533.

HSL color Cylindrical-coordinate representation of color #ADC0E4: hue angle of 219.27º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADC0E4 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 173 192 228 -
CMYK 0.24 0.16 0 0.11
HSL 219.27º 0.5% 0.79% -
HSV(B) 219.27º 0.24% 0.89% -
XYZ 50.09 52.18 80.83 -
YUV 190.42 149.21 115.57 -
System Red Green Blue C M Y K H S L
Decimal 173 192 228 0.24 0.16 0 0.11 219.27 0.5 0.79
Hex AD C0 E4 18 10 0 B DB 32 4F
Octal 255 300 344 30 20 0 13 333 62 117
Binary 10101101 11000000 11100100 11000 10000 0 1011 11011011 110010 1001111

Color Harmonies of #ADC0E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC0E4

Black with #ADC0E4

Text Example


Text Example

White with #ADC0E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC0E4; }

 p { color: rgb(173,192,228); }

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

background-color css

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

 a { background-color: rgb(173,192,228); }

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

border-color css

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

 span { border-color: rgb(173,192,228); }

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