#ABBDDE

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

Shades of Light Steel Blue #ABBDDE

Tints of Light Steel Blue #ABBDDE

Color information

#ABBDDE (or 0xABBDDE) is unknown color: approx Light Steel Blue. HEX triplet: AB, BD and DE. RGB value is (171,189,222). Sum of RGB (Red+Green+Blue) = 171+189+222=582 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.38% from 582); Green value is 189 (74.22% from 255 or 32.47% from 582); Blue value is 222 (87.11% from 255 or 38.14% from 582); Max value from RGB is 222 - color contains mainly: blue. Hex color #ABBDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBDDE is #544221. Grayscale: #BBBBBB. Windows color (decimal): -5521954 or 14597547. OLE color: 14597547.

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

Color convert

RGB171189222-
CMYK0.230.1500.13
HSL218.82º43.59%77.06%-
HSV(B)218.82º22.97%87.06%-
XYZ48.1850.3376.28-
YUV187.38147.54116.32-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.38%
GREEN value IS 189 (74.22% from 255) = 32.47%
BLUE value IS 222 (87.11% from 255) = 38.14%
R=29.38%
G=32.47%
B=38.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1711892220.230.1500.13218.8243.5977.06
HexABBDDE17F0Ddb2c4d
Octal253275336271701533354115
Binary10101011101111011101111010111111101101110110111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBDDE; }

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

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

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

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

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

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

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

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