#ABBCDF

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

Shades of Light Steel Blue #ABBCDF

Tints of Light Steel Blue #ABBCDF

Color information

#ABBCDF (or 0xABBCDF) is unknown color: approx Light Steel Blue. HEX triplet: AB, BC and DF. RGB value is (171,188,223). Sum of RGB (Red+Green+Blue) = 171+188+223=582 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.38% from 582); Green value is 188 (73.83% from 255 or 32.30% from 582); Blue value is 223 (87.5% from 255 or 38.32% from 582); Max value from RGB is 223 - color contains mainly: blue. Hex color #ABBCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBCDF is #544320. Grayscale: #BABABA. Windows color (decimal): -5522209 or 14662827. OLE color: 14662827.

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

Color convert

RGB171188223-
CMYK0.230.1600.13
HSL220.38º44.83%77.25%-
HSV(B)220.38º23.32%87.45%-
XYZ48.149.9576.92-
YUV186.91148.37116.65-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.38%
GREEN value IS 188 (73.83% from 255) = 32.30%
BLUE value IS 223 (87.5% from 255) = 38.32%
R=29.38%
G=32.30%
B=38.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1711882230.230.1600.13220.3844.8377.25
HexABBCDF17100Ddc2d4d
Octal253274337272001533455115
Binary101010111011110011011111101111000001101110111001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBCDF; }

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

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

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

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

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

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

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

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