#ABC3DF

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

Shades of Light Steel Blue #ABC3DF

Tints of Light Steel Blue #ABC3DF

Color information

#ABC3DF (or 0xABC3DF) is unknown color: approx Light Steel Blue. HEX triplet: AB, C3 and DF. RGB value is (171,195,223). Sum of RGB (Red+Green+Blue) = 171+195+223=589 (78% of max value = 765). Red value is 171 (67.19% from 255 or 29.03% from 589); Green value is 195 (76.56% from 255 or 33.11% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 223 - color contains mainly: blue. Hex color #ABC3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC3DF is #543C20. Grayscale: #BEBEBE. Windows color (decimal): -5520417 or 14664619. OLE color: 14664619.

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

Color convert

RGB171195223-
CMYK0.230.1300.13
HSL212.31º44.83%77.25%-
HSV(B)212.31º23.32%87.45%-
XYZ49.6353.0277.43-
YUV191.02146.05113.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.03%
GREEN value IS 195 (76.56% from 255) = 33.11%
BLUE value IS 223 (87.5% from 255) = 37.86%
R=29.03%
G=33.11%
B=37.86%

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
Decimal1711952230.230.1300.13212.3144.8377.25
HexABC3DF17D0Dd42d4d
Octal253303337271501532455115
Binary10101011110000111101111110111110101101110101001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC3DF; }

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

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

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

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

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

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

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

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