#ADC4E1

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

Shades of Light Steel Blue #ADC4E1

Tints of Light Steel Blue #ADC4E1

Color information

#ADC4E1 (or 0xADC4E1) is unknown color: approx Light Steel Blue. HEX triplet: AD, C4 and E1. RGB value is (173,196,225). Sum of RGB (Red+Green+Blue) = 173+196+225=594 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.12% from 594); Green value is 196 (76.95% from 255 or 33.00% from 594); Blue value is 225 (88.28% from 255 or 37.88% from 594); Max value from RGB is 225 - color contains mainly: blue. Hex color #ADC4E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC4E1 is #523B1E. Grayscale: #C0C0C0. Windows color (decimal): -5389087 or 14795949. OLE color: 14795949.

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

Color convert

RGB173196225-
CMYK0.230.1300.12
HSL213.46º46.43%78.04%-
HSV(B)213.46º23.11%88.24%-
XYZ50.5653.878.95-
YUV192.43146.38114.14-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.12%
GREEN value IS 196 (76.95% from 255) = 33.00%
BLUE value IS 225 (88.28% from 255) = 37.88%
R=29.12%
G=33.00%
B=37.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1731962250.230.1300.12213.4646.4378.04
HexADC4E117D0Cd52e4e
Octal255304341271501432556116
Binary10101101110001001110000110111110101100110101011011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC4E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC4E1; }

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

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

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

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

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

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

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

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