#ABBDD7

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

Shades of Light Steel Blue #ABBDD7

Tints of Light Steel Blue #ABBDD7

Color information

#ABBDD7 (or 0xABBDD7) is unknown color: approx Light Steel Blue. HEX triplet: AB, BD and D7. RGB value is (171,189,215). Sum of RGB (Red+Green+Blue) = 171+189+215=575 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.74% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 215 (84.38% from 255 or 37.39% from 575); Max value from RGB is 215 - color contains mainly: blue. Hex color #ABBDD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBDD7 is #544228. Grayscale: #BABABA. Windows color (decimal): -5521961 or 14138795. OLE color: 14138795.

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

Color convert

RGB171189215-
CMYK0.200.1200.16
HSL215.45º35.48%75.69%-
HSV(B)215.45º20.47%84.31%-
XYZ47.2649.9671.44-
YUV186.58144.04116.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.74%
GREEN value IS 189 (74.22% from 255) = 32.87%
BLUE value IS 215 (84.38% from 255) = 37.39%
R=29.74%
G=32.87%
B=37.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1711892150.200.1200.16215.4535.4875.69
HexABBDD714C010d7234c
Octal253275327241402032743114
Binary101010111011110111010111101001100010000110101111000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBDD7; }

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

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

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

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

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

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

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

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