#ABBCDA

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

Shades of Light Steel Blue #ABBCDA

Tints of Light Steel Blue #ABBCDA

Color information

#ABBCDA (or 0xABBCDA) is unknown color: approx Light Steel Blue. HEX triplet: AB, BC and DA. RGB value is (171,188,218). Sum of RGB (Red+Green+Blue) = 171+188+218=577 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.64% from 577); Green value is 188 (73.83% from 255 or 32.58% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 218 - color contains mainly: blue. Hex color #ABBCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBCDA is #544325. Grayscale: #BABABA. Windows color (decimal): -5522214 or 14335147. OLE color: 14335147.

HSL color Cylindrical-coordinate representation of color #ABBCDA: hue angle of 218.3º 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 #ABBCDA is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB171188218-
CMYK0.220.1400.15
HSL218.3º38.84%76.27%-
HSV(B)218.3º21.56%85.49%-
XYZ47.4349.6973.42-
YUV186.34145.87117.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.64%
GREEN value IS 188 (73.83% from 255) = 32.58%
BLUE value IS 218 (85.55% from 255) = 37.78%
R=29.64%
G=32.58%
B=37.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1711882180.220.1400.15218.338.8476.27
HexABBCDA16E0Fda274c
Octal253274332261601733247114
Binary10101011101111001101101010110111001111110110101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBCDA; }

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

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

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

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

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

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

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

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