#ABBDD9

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

Shades of Light Steel Blue #ABBDD9

Tints of Light Steel Blue #ABBDD9

Color information

#ABBDD9 (or 0xABBDD9) is unknown color: approx Light Steel Blue. HEX triplet: AB, BD and D9. RGB value is (171,189,217). Sum of RGB (Red+Green+Blue) = 171+189+217=577 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.64% from 577); Green value is 189 (74.22% from 255 or 32.76% from 577); Blue value is 217 (85.16% from 255 or 37.61% from 577); Max value from RGB is 217 - color contains mainly: blue. Hex color #ABBDD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBDD9 is #544226. Grayscale: #BABABA. Windows color (decimal): -5521959 or 14269867. OLE color: 14269867.

HSL color Cylindrical-coordinate representation of color #ABBDD9: hue angle of 216.52º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABBDD9 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB171189217-
CMYK0.210.1300.15
HSL216.52º37.7%76.08%-
HSV(B)216.52º21.2%85.1%-
XYZ47.5250.0672.8-
YUV186.81145.04116.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.64%
GREEN value IS 189 (74.22% from 255) = 32.76%
BLUE value IS 217 (85.16% from 255) = 37.61%
R=29.64%
G=32.76%
B=37.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1711892170.210.1300.15216.5237.776.08
HexABBDD915D0Fd9264c
Octal253275331251501733146114
Binary10101011101111011101100110101110101111110110011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBDD9; }

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

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

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

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

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

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

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

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