#ABC4DC

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

Shades of Light Steel Blue #ABC4DC

Tints of Light Steel Blue #ABC4DC

Color information

#ABC4DC (or 0xABC4DC) is unknown color: approx Light Steel Blue. HEX triplet: AB, C4 and DC. RGB value is (171,196,220). Sum of RGB (Red+Green+Blue) = 171+196+220=587 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.13% from 587); Green value is 196 (76.95% from 255 or 33.39% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #ABC4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC4DC is #543B23. Grayscale: #BFBFBF. Windows color (decimal): -5520164 or 14468267. OLE color: 14468267.

HSL color Cylindrical-coordinate representation of color #ABC4DC: hue angle of 209.39º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABC4DC is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB171196220-
CMYK0.220.1100.14
HSL209.39º41.18%76.67%-
HSV(B)209.39º22.27%86.27%-
XYZ49.4553.3175.39-
YUV191.26144.22113.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.13%
GREEN value IS 196 (76.95% from 255) = 33.39%
BLUE value IS 220 (86.33% from 255) = 37.48%
R=29.13%
G=33.39%
B=37.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1711962200.220.1100.14209.3941.1876.67
HexABC4DC16B0Ed1294d
Octal253304334261301632151115
Binary10101011110001001101110010110101101110110100011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC4DC; }

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

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

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

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

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

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

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

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