#ABBDE0

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

Shades of Light Steel Blue #ABBDE0

Tints of Light Steel Blue #ABBDE0

Color information

#ABBDE0 (or 0xABBDE0) is unknown color: approx Light Steel Blue. HEX triplet: AB, BD and E0. RGB value is (171,189,224). Sum of RGB (Red+Green+Blue) = 171+189+224=584 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.28% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 224 (87.89% from 255 or 38.36% from 584); Max value from RGB is 224 - color contains mainly: blue. Hex color #ABBDE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBDE0 is #54421F. Grayscale: #BBBBBB. Windows color (decimal): -5521952 or 14728619. OLE color: 14728619.

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

Color convert

RGB171189224-
CMYK0.240.1600.12
HSL219.62º46.09%77.45%-
HSV(B)219.62º23.66%87.84%-
XYZ48.4550.4377.7-
YUV187.61148.54116.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.28%
GREEN value IS 189 (74.22% from 255) = 32.36%
BLUE value IS 224 (87.89% from 255) = 38.36%
R=29.28%
G=32.36%
B=38.36%

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
Decimal1711892240.240.1600.12219.6246.0977.45
HexABBDE018100Cdc2e4d
Octal253275340302001433456115
Binary101010111011110111100000110001000001100110111001011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBDE0; }

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

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

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

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

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

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

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

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