#ABBFE1

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

Shades of Light Steel Blue #ABBFE1

Tints of Light Steel Blue #ABBFE1

Color information

#ABBFE1 (or 0xABBFE1) is unknown color: approx Light Steel Blue. HEX triplet: AB, BF and E1. RGB value is (171,191,225). Sum of RGB (Red+Green+Blue) = 171+191+225=587 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.13% from 587); Green value is 191 (75% from 255 or 32.54% from 587); Blue value is 225 (88.28% from 255 or 38.33% from 587); Max value from RGB is 225 - color contains mainly: blue. Hex color #ABBFE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBFE1 is #54401E. Grayscale: #BCBCBC. Windows color (decimal): -5521439 or 14794667. OLE color: 14794667.

HSL color Cylindrical-coordinate representation of color #ABBFE1: hue angle of 217.78º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABBFE1 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB171191225-
CMYK0.240.1500.12
HSL217.78º47.37%77.65%-
HSV(B)217.78º24%88.24%-
XYZ49.0251.3678.56-
YUV188.9148.37115.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.13%
GREEN value IS 191 (75% from 255) = 32.54%
BLUE value IS 225 (88.28% from 255) = 38.33%
R=29.13%
G=32.54%
B=38.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1711912250.240.1500.12217.7847.3777.65
HexABBFE118F0Cda2f4e
Octal253277341301701433257116
Binary10101011101111111110000111000111101100110110101011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBFE1; }

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

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

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

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

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

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

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

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