#ADC6DE

Color #ADC6DE Light Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Steel Blue #ADC6DE

Tints of Light Steel Blue #ADC6DE

Color information

#ADC6DE (or 0xADC6DE) is unknown color: approx Light Steel Blue. HEX triplet: AD, C6 and DE. RGB value is (173,198,222). Sum of RGB (Red+Green+Blue) = 173+198+222=593 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.17% from 593); Green value is 198 (77.73% from 255 or 33.39% from 593); Blue value is 222 (87.11% from 255 or 37.44% from 593); Max value from RGB is 222 - color contains mainly: blue. Hex color #ADC6DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC6DE is #523921. Grayscale: #C1C1C1. Windows color (decimal): -5388578 or 14599853. OLE color: 14599853.

HSL color Cylindrical-coordinate representation of color #ADC6DE: hue angle of 209.39º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADC6DE is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB173198222-
CMYK0.220.1100.13
HSL209.39º42.61%77.45%-
HSV(B)209.39º22.07%87.06%-
XYZ50.6154.5576.97-
YUV193.26144.22113.55-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.17%
GREEN value IS 198 (77.73% from 255) = 33.39%
BLUE value IS 222 (87.11% from 255) = 37.44%
R=29.17%
G=33.39%
B=37.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1731982220.220.1100.13209.3942.6177.45
HexADC6DE16B0Dd12b4d
Octal255306336261301532153115
Binary10101101110001101101111010110101101101110100011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC6DE; }

 p { color: rgb(173,198,222); }

 H1.HeaderClassName
 {
   color: #ADC6DE;
 }
 .AnyTagClassName
 {
   color: #ADC6DE;
 }
</style>
background-color css

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

 a { background-color: rgb(173,198,222); }

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

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

 span { border-color: rgb(173,198,222); }

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