#ADC1E1

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

Shades of Light Steel Blue #ADC1E1

Tints of Light Steel Blue #ADC1E1

Color information

#ADC1E1 (or 0xADC1E1) is unknown color: approx Light Steel Blue. HEX triplet: AD, C1 and E1. RGB value is (173,193,225). Sum of RGB (Red+Green+Blue) = 173+193+225=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 193 (75.78% from 255 or 32.66% from 591); Blue value is 225 (88.28% from 255 or 38.07% from 591); Max value from RGB is 225 - color contains mainly: blue. Hex color #ADC1E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC1E1 is #523E1E. Grayscale: #BEBEBE. Windows color (decimal): -5389855 or 14795181. OLE color: 14795181.

HSL color Cylindrical-coordinate representation of color #ADC1E1: hue angle of 216.92º 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 #ADC1E1 is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB173193225-
CMYK0.230.1400.12
HSL216.92º46.43%78.04%-
HSV(B)216.92º23.11%88.24%-
XYZ49.8952.4678.73-
YUV190.67147.37115.4-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.27%
GREEN value IS 193 (75.78% from 255) = 32.66%
BLUE value IS 225 (88.28% from 255) = 38.07%
R=29.27%
G=32.66%
B=38.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1731932250.230.1400.12216.9246.4378.04
HexADC1E117E0Cd92e4e
Octal255301341271601433156116
Binary10101101110000011110000110111111001100110110011011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC1E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC1E1; }

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

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

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

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

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

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

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

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