#ABC2DF

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

Shades of Light Steel Blue #ABC2DF

Tints of Light Steel Blue #ABC2DF

Color information

#ABC2DF (or 0xABC2DF) is unknown color: approx Light Steel Blue. HEX triplet: AB, C2 and DF. RGB value is (171,194,223). Sum of RGB (Red+Green+Blue) = 171+194+223=588 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.08% from 588); Green value is 194 (76.17% from 255 or 32.99% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 223 - color contains mainly: blue. Hex color #ABC2DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC2DF is #543D20. Grayscale: #BEBEBE. Windows color (decimal): -5520673 or 14664363. OLE color: 14664363.

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

Color convert

RGB171194223-
CMYK0.230.1300.13
HSL213.46º44.83%77.25%-
HSV(B)213.46º23.32%87.45%-
XYZ49.4152.5777.35-
YUV190.43146.38114.14-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.08%
GREEN value IS 194 (76.17% from 255) = 32.99%
BLUE value IS 223 (87.5% from 255) = 37.93%
R=29.08%
G=32.99%
B=37.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1711942230.230.1300.13213.4644.8377.25
HexABC2DF17D0Dd52d4d
Octal253302337271501532555115
Binary10101011110000101101111110111110101101110101011011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC2DF; }

 p { color: rgb(171,194,223); }

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

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

 a { background-color: rgb(171,194,223); }

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

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

 span { border-color: rgb(171,194,223); }

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