#ABBDE1

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

Shades of Light Steel Blue #ABBDE1

Tints of Light Steel Blue #ABBDE1

Color information

#ABBDE1 (or 0xABBDE1) is unknown color: approx Light Steel Blue. HEX triplet: AB, BD and E1. RGB value is (171,189,225). Sum of RGB (Red+Green+Blue) = 171+189+225=585 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.23% from 585); Green value is 189 (74.22% from 255 or 32.31% from 585); Blue value is 225 (88.28% from 255 or 38.46% from 585); Max value from RGB is 225 - color contains mainly: blue. Hex color #ABBDE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBDE1 is #54421E. Grayscale: #BBBBBB. Windows color (decimal): -5521951 or 14794155. OLE color: 14794155.

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

Color convert

RGB171189225-
CMYK0.240.1600.12
HSL220º47.37%77.65%-
HSV(B)220º24%88.24%-
XYZ48.5850.4978.42-
YUV187.72149.04116.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.23%
GREEN value IS 189 (74.22% from 255) = 32.31%
BLUE value IS 225 (88.28% from 255) = 38.46%
R=29.23%
G=32.31%
B=38.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1711892250.240.1600.1222047.3777.65
HexABBDE118100Cdc2f4e
Octal253275341302001433457116
Binary101010111011110111100001110001000001100110111001011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBDE1; }

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

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

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

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

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

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

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

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