#ABC3DA

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

Shades of Light Steel Blue #ABC3DA

Tints of Light Steel Blue #ABC3DA

Color information

#ABC3DA (or 0xABC3DA) is unknown color: approx Light Steel Blue. HEX triplet: AB, C3 and DA. RGB value is (171,195,218). Sum of RGB (Red+Green+Blue) = 171+195+218=584 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.28% from 584); Green value is 195 (76.56% from 255 or 33.39% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 218 - color contains mainly: blue. Hex color #ABC3DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC3DA is #543C25. Grayscale: #BEBEBE. Windows color (decimal): -5520422 or 14336939. OLE color: 14336939.

HSL color Cylindrical-coordinate representation of color #ABC3DA: hue angle of 209.36º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABC3DA is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB171195218-
CMYK0.220.1100.15
HSL209.36º38.84%76.27%-
HSV(B)209.36º21.56%85.49%-
XYZ48.9652.7573.93-
YUV190.45143.55114.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.28%
GREEN value IS 195 (76.56% from 255) = 33.39%
BLUE value IS 218 (85.55% from 255) = 37.33%
R=29.28%
G=33.39%
B=37.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1711952180.220.1100.15209.3638.8476.27
HexABC3DA16B0Fd1274c
Octal253303332261301732147114
Binary10101011110000111101101010110101101111110100011001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC3DA; }

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

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

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

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

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

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

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

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