#ABBCD8

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

Shades of Light Steel Blue #ABBCD8

Tints of Light Steel Blue #ABBCD8

Color information

#ABBCD8 (or 0xABBCD8) is unknown color: approx Light Steel Blue. HEX triplet: AB, BC and D8. RGB value is (171,188,216). Sum of RGB (Red+Green+Blue) = 171+188+216=575 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.74% from 575); Green value is 188 (73.83% from 255 or 32.70% from 575); Blue value is 216 (84.77% from 255 or 37.57% from 575); Max value from RGB is 216 - color contains mainly: blue. Hex color #ABBCD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBCD8 is #544327. Grayscale: #B9B9B9. Windows color (decimal): -5522216 or 14204075. OLE color: 14204075.

HSL color Cylindrical-coordinate representation of color #ABBCD8: hue angle of 217.33º degrees, saturation: 0.37, 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 #ABBCD8 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB171188216-
CMYK0.210.1300.15
HSL217.33º36.59%75.88%-
HSV(B)217.33º20.83%84.71%-
XYZ47.1749.5872.05-
YUV186.11144.87117.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.74%
GREEN value IS 188 (73.83% from 255) = 32.70%
BLUE value IS 216 (84.77% from 255) = 37.57%
R=29.74%
G=32.70%
B=37.57%

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
Decimal1711882160.210.1300.15217.3336.5975.88
HexABBCD815D0Fd9254c
Octal253274330251501733145114
Binary10101011101111001101100010101110101111110110011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBCD8; }

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

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

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

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

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

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

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

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