Html Css Color HEX #ADC0E1 Light Steel Blue

📋 copy color: '#ADC0E1'

red 173 ◦ green 192 ◦ blue 225

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

Shades of Light Steel Blue #ADC0E1

Tints of Light Steel Blue #ADC0E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 38.14%

R = 29.32%
G = 32.54%
B = 38.14%

CMYK

 C value IS 0.23

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#ADC0E1 (or 0xADC0E1) is known color: Light Steel Blue. HEX triplet: AD, C0 and E1. RGB value is (173,192,225). Sum of RGB (Red+Green+Blue) = 173+192+225=590 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.32% from 590); Green value is 192 (75.39% from 255 or 32.54% from 590); Blue value is 225 (88.28% from 255 or 38.14% from 590); Max value from RGB is 225 - color contains mainly: blue. Hex color #ADC0E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC0E1 is #523F1E. Grayscale: #BDBDBD. Windows color (decimal): -5390111 or 14794925. OLE color: 14794925.

HSL color Cylindrical-coordinate representation of color #ADC0E1: hue angle of 218.08º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADC0E1 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 173 192 225 -
CMYK 0.23 0.15 0 0.12
HSL 218.08º 0.46% 0.78% -
HSV(B) 218.08º 0.23% 0.88% -
XYZ 49.67 52.02 78.66 -
YUV 190.08 147.71 115.82 -
System Red Green Blue C M Y K H S L
Decimal 173 192 225 0.23 0.15 0 0.12 218.08 0.46 0.78
Hex AD C0 E1 17 F 0 C DA 2E 4E
Octal 255 300 341 27 17 0 14 332 56 116
Binary 10101101 11000000 11100001 10111 1111 0 1100 11011010 101110 1001110

Color Harmonies of #ADC0E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC0E1

Black with #ADC0E1

Text Example


Text Example

White with #ADC0E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC0E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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