#ABBBD7

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

Shades of Light Steel Blue #ABBBD7

Tints of Light Steel Blue #ABBBD7

Color information

#ABBBD7 (or 0xABBBD7) is unknown color: approx Light Steel Blue. HEX triplet: AB, BB and D7. RGB value is (171,187,215). Sum of RGB (Red+Green+Blue) = 171+187+215=573 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.84% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 215 (84.38% from 255 or 37.52% from 573); Max value from RGB is 215 - color contains mainly: blue. Hex color #ABBBD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBBD7 is #544428. Grayscale: #B9B9B9. Windows color (decimal): -5522473 or 14138283. OLE color: 14138283.

HSL color Cylindrical-coordinate representation of color #ABBBD7: hue angle of 218.18º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABBBD7 is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB171187215-
CMYK0.200.1300.16
HSL218.18º35.48%75.69%-
HSV(B)218.18º20.47%84.31%-
XYZ46.8349.171.3-
YUV185.41144.7117.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.84%
GREEN value IS 187 (73.44% from 255) = 32.64%
BLUE value IS 215 (84.38% from 255) = 37.52%
R=29.84%
G=32.64%
B=37.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1711872150.200.1300.16218.1835.4875.69
HexABBBD714D010da234c
Octal253273327241502033243114
Binary101010111011101111010111101001101010000110110101000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBBD7; }

 p { color: rgb(171,187,215); }

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

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

 a { background-color: rgb(171,187,215); }

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

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

 span { border-color: rgb(171,187,215); }

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