#ADC3DA

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

Shades of Light Steel Blue #ADC3DA

Tints of Light Steel Blue #ADC3DA

Color information

#ADC3DA (or 0xADC3DA) is unknown color: approx Light Steel Blue. HEX triplet: AD, C3 and DA. RGB value is (173,195,218). Sum of RGB (Red+Green+Blue) = 173+195+218=586 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.52% from 586); Green value is 195 (76.56% from 255 or 33.28% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADC3DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC3DA is #523C25. Grayscale: #BEBEBE. Windows color (decimal): -5389350 or 14336941. OLE color: 14336941.

HSL color Cylindrical-coordinate representation of color #ADC3DA: hue angle of 210.67º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADC3DA is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB173195218-
CMYK0.210.1100.15
HSL210.67º37.82%76.67%-
HSV(B)210.67º20.64%85.49%-
XYZ49.452.9873.95-
YUV191.04143.21115.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.52%
GREEN value IS 195 (76.56% from 255) = 33.28%
BLUE value IS 218 (85.55% from 255) = 37.20%
R=29.52%
G=33.28%
B=37.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1731952180.210.1100.15210.6737.8276.67
HexADC3DA15B0Fd3264d
Octal255303332251301732346115
Binary10101101110000111101101010101101101111110100111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC3DA; }

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

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

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

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

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

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

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

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