#ABC4DE

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

Shades of Light Steel Blue #ABC4DE

Tints of Light Steel Blue #ABC4DE

Color information

#ABC4DE (or 0xABC4DE) is unknown color: approx Light Steel Blue. HEX triplet: AB, C4 and DE. RGB value is (171,196,222). Sum of RGB (Red+Green+Blue) = 171+196+222=589 (78% of max value = 765). Red value is 171 (67.19% from 255 or 29.03% from 589); Green value is 196 (76.95% from 255 or 33.28% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 222 - color contains mainly: blue. Hex color #ABC4DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC4DE is #543B21. Grayscale: #BFBFBF. Windows color (decimal): -5520162 or 14599339. OLE color: 14599339.

HSL color Cylindrical-coordinate representation of color #ABC4DE: hue angle of 210.59º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABC4DE is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB171196222-
CMYK0.230.1200.13
HSL210.59º43.59%77.06%-
HSV(B)210.59º22.97%87.06%-
XYZ49.7253.4176.8-
YUV191.49145.22113.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.03%
GREEN value IS 196 (76.95% from 255) = 33.28%
BLUE value IS 222 (87.11% from 255) = 37.69%
R=29.03%
G=33.28%
B=37.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1711962220.230.1200.13210.5943.5977.06
HexABC4DE17C0Dd32c4d
Octal253304336271401532354115
Binary10101011110001001101111010111110001101110100111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC4DE; }

 p { color: rgb(171,196,222); }

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

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

 a { background-color: rgb(171,196,222); }

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

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

 span { border-color: rgb(171,196,222); }

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