#ABBFE3

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

Shades of Light Steel Blue #ABBFE3

Tints of Light Steel Blue #ABBFE3

Color information

#ABBFE3 (or 0xABBFE3) is unknown color: approx Light Steel Blue. HEX triplet: AB, BF and E3. RGB value is (171,191,227). Sum of RGB (Red+Green+Blue) = 171+191+227=589 (78% of max value = 765). Red value is 171 (67.19% from 255 or 29.03% from 589); Green value is 191 (75% from 255 or 32.43% from 589); Blue value is 227 (89.06% from 255 or 38.54% from 589); Max value from RGB is 227 - color contains mainly: blue. Hex color #ABBFE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBFE3 is #54401C. Grayscale: #BCBCBC. Windows color (decimal): -5521437 or 14925739. OLE color: 14925739.

HSL color Cylindrical-coordinate representation of color #ABBFE3: hue angle of 218.57º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABBFE3 is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB171191227-
CMYK0.250.1600.11
HSL218.57º50%78.04%-
HSV(B)218.57º24.67%89.02%-
XYZ49.2951.4780.01-
YUV189.12149.37115.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.03%
GREEN value IS 191 (75% from 255) = 32.43%
BLUE value IS 227 (89.06% from 255) = 38.54%
R=29.03%
G=32.43%
B=38.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1711912270.250.1600.11218.575078.04
HexABBFE319100Bdb324e
Octal253277343312001333362116
Binary101010111011111111100011110011000001011110110111100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBFE3; }

 p { color: rgb(171,191,227); }

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

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

 a { background-color: rgb(171,191,227); }

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

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

 span { border-color: rgb(171,191,227); }

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