#ABBDD8

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

Shades of Light Steel Blue #ABBDD8

Tints of Light Steel Blue #ABBDD8

Color information

#ABBDD8 (or 0xABBDD8) is unknown color: approx Light Steel Blue. HEX triplet: AB, BD and D8. RGB value is (171,189,216). Sum of RGB (Red+Green+Blue) = 171+189+216=576 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.69% from 576); Green value is 189 (74.22% from 255 or 32.81% from 576); Blue value is 216 (84.77% from 255 or 37.5% from 576); Max value from RGB is 216 - color contains mainly: blue. Hex color #ABBDD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBDD8 is #544227. Grayscale: #BABABA. Windows color (decimal): -5521960 or 14204331. OLE color: 14204331.

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

Color convert

RGB171189216-
CMYK0.210.1200.15
HSL216º36.59%75.88%-
HSV(B)216º20.83%84.71%-
XYZ47.3950.0172.12-
YUV186.7144.54116.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.69%
GREEN value IS 189 (74.22% from 255) = 32.81%
BLUE value IS 216 (84.77% from 255) = 37.5%
R=29.69%
G=32.81%
B=37.5%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1711892160.210.1200.1521636.5975.88
HexABBDD815C0Fd8254c
Octal253275330251401733045114
Binary10101011101111011101100010101110001111110110001001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBDD8; }

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

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

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

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

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

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

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

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