#ADC7E2

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

Shades of Light Steel Blue #ADC7E2

Tints of Light Steel Blue #ADC7E2

Color information

#ADC7E2 (or 0xADC7E2) is unknown color: approx Light Steel Blue. HEX triplet: AD, C7 and E2. RGB value is (173,199,226). Sum of RGB (Red+Green+Blue) = 173+199+226=598 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.93% from 598); Green value is 199 (78.12% from 255 or 33.28% from 598); Blue value is 226 (88.67% from 255 or 37.79% from 598); Max value from RGB is 226 - color contains mainly: blue. Hex color #ADC7E2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC7E2 is #52381D. Grayscale: #C2C2C2. Windows color (decimal): -5388318 or 14862253. OLE color: 14862253.

HSL color Cylindrical-coordinate representation of color #ADC7E2: hue angle of 210.57º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADC7E2 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB173199226-
CMYK0.230.1200.11
HSL210.57º47.75%78.24%-
HSV(B)210.57º23.45%88.63%-
XYZ51.3855.2279.9-
YUV194.3145.89112.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.93%
GREEN value IS 199 (78.12% from 255) = 33.28%
BLUE value IS 226 (88.67% from 255) = 37.79%
R=28.93%
G=33.28%
B=37.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1731992260.230.1200.11210.5747.7578.24
HexADC7E217C0Bd3304e
Octal255307342271401332360116
Binary10101101110001111110001010111110001011110100111100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC7E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC7E2; }

 p { color: rgb(173,199,226); }

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

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

 a { background-color: rgb(173,199,226); }

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

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

 span { border-color: rgb(173,199,226); }

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