#ABBEDB

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

Shades of Light Steel Blue #ABBEDB

Tints of Light Steel Blue #ABBEDB

Color information

#ABBEDB (or 0xABBEDB) is unknown color: approx Light Steel Blue. HEX triplet: AB, BE and DB. RGB value is (171,190,219). Sum of RGB (Red+Green+Blue) = 171+190+219=580 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.48% from 580); Green value is 190 (74.61% from 255 or 32.76% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 219 - color contains mainly: blue. Hex color #ABBEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBEDB is #544124. Grayscale: #BBBBBB. Windows color (decimal): -5521701 or 14401195. OLE color: 14401195.

HSL color Cylindrical-coordinate representation of color #ABBEDB: hue angle of 216.25º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABBEDB is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB171190219-
CMYK0.220.1300.14
HSL216.25º40%76.47%-
HSV(B)216.25º21.92%85.88%-
XYZ47.9950.674.25-
YUV187.62145.71116.14-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.48%
GREEN value IS 190 (74.61% from 255) = 32.76%
BLUE value IS 219 (85.94% from 255) = 37.76%
R=29.48%
G=32.76%
B=37.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1711902190.220.1300.14216.254076.47
HexABBEDB16D0Ed8284c
Octal253276333261501633050114
Binary10101011101111101101101110110110101110110110001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBEDB; }

 p { color: rgb(171,190,219); }

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

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

 a { background-color: rgb(171,190,219); }

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

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

 span { border-color: rgb(171,190,219); }

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