#ABBDDD

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

Shades of Light Steel Blue #ABBDDD

Tints of Light Steel Blue #ABBDDD

Color information

#ABBDDD (or 0xABBDDD) is unknown color: approx Light Steel Blue. HEX triplet: AB, BD and DD. RGB value is (171,189,221). Sum of RGB (Red+Green+Blue) = 171+189+221=581 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.43% from 581); Green value is 189 (74.22% from 255 or 32.53% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 221 - color contains mainly: blue. Hex color #ABBDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBDDD is #544222. Grayscale: #BBBBBB. Windows color (decimal): -5521955 or 14532011. OLE color: 14532011.

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

Color convert

RGB171189221-
CMYK0.230.1400.13
HSL218.4º42.37%76.86%-
HSV(B)218.4º22.62%86.67%-
XYZ48.0450.2775.58-
YUV187.27147.04116.4-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.43%
GREEN value IS 189 (74.22% from 255) = 32.53%
BLUE value IS 221 (86.72% from 255) = 38.04%
R=29.43%
G=32.53%
B=38.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1711892210.230.1400.13218.442.3776.86
HexABBDDD17E0Dda2a4d
Octal253275335271601533252115
Binary10101011101111011101110110111111001101110110101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBDDD; }

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

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

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

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

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

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

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

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