#ADC2E1

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

Shades of Light Steel Blue #ADC2E1

Tints of Light Steel Blue #ADC2E1

Color information

#ADC2E1 (or 0xADC2E1) is unknown color: approx Light Steel Blue. HEX triplet: AD, C2 and E1. RGB value is (173,194,225). Sum of RGB (Red+Green+Blue) = 173+194+225=592 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.22% from 592); Green value is 194 (76.17% from 255 or 32.77% from 592); Blue value is 225 (88.28% from 255 or 38.01% from 592); Max value from RGB is 225 - color contains mainly: blue. Hex color #ADC2E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC2E1 is #523D1E. Grayscale: #BFBFBF. Windows color (decimal): -5389599 or 14795437. OLE color: 14795437.

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

Color convert

RGB173194225-
CMYK0.230.1400.12
HSL215.77º46.43%78.04%-
HSV(B)215.77º23.11%88.24%-
XYZ50.1252.978.8-
YUV191.26147.04114.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.22%
GREEN value IS 194 (76.17% from 255) = 32.77%
BLUE value IS 225 (88.28% from 255) = 38.01%
R=29.22%
G=32.77%
B=38.01%

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
Decimal1731942250.230.1400.12215.7746.4378.04
HexADC2E117E0Cd82e4e
Octal255302341271601433056116
Binary10101101110000101110000110111111001100110110001011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC2E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC2E1; }

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

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

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

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

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

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

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

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