#ABBFDC

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

Shades of Light Steel Blue #ABBFDC

Tints of Light Steel Blue #ABBFDC

Color information

#ABBFDC (or 0xABBFDC) is unknown color: approx Light Steel Blue. HEX triplet: AB, BF and DC. RGB value is (171,191,220). Sum of RGB (Red+Green+Blue) = 171+191+220=582 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.38% from 582); Green value is 191 (75% from 255 or 32.82% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 220 - color contains mainly: blue. Hex color #ABBFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBFDC is #544023. Grayscale: #BCBCBC. Windows color (decimal): -5521444 or 14466987. OLE color: 14466987.

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

Color convert

RGB171191220-
CMYK0.220.1300.14
HSL215.51º41.18%76.67%-
HSV(B)215.51º22.27%86.27%-
XYZ48.3451.0975.02-
YUV188.33145.87115.64-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.38%
GREEN value IS 191 (75% from 255) = 32.82%
BLUE value IS 220 (86.33% from 255) = 37.80%
R=29.38%
G=32.82%
B=37.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1711912200.220.1300.14215.5141.1876.67
HexABBFDC16D0Ed8294d
Octal253277334261501633051115
Binary10101011101111111101110010110110101110110110001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBFDC; }

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

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

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

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

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

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

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

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