#ABC4E0

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

Shades of Light Steel Blue #ABC4E0

Tints of Light Steel Blue #ABC4E0

Color information

#ABC4E0 (or 0xABC4E0) is unknown color: approx Light Steel Blue. HEX triplet: AB, C4 and E0. RGB value is (171,196,224). Sum of RGB (Red+Green+Blue) = 171+196+224=591 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.93% from 591); Green value is 196 (76.95% from 255 or 33.16% from 591); Blue value is 224 (87.89% from 255 or 37.90% from 591); Max value from RGB is 224 - color contains mainly: blue. Hex color #ABC4E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC4E0 is #543B1F. Grayscale: #BFBFBF. Windows color (decimal): -5520160 or 14730411. OLE color: 14730411.

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

Color convert

RGB171196224-
CMYK0.240.1200.12
HSL211.7º46.09%77.45%-
HSV(B)211.7º23.66%87.84%-
XYZ49.9953.5278.22-
YUV191.72146.22113.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.93%
GREEN value IS 196 (76.95% from 255) = 33.16%
BLUE value IS 224 (87.89% from 255) = 37.90%
R=28.93%
G=33.16%
B=37.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1711962240.240.1200.12211.746.0977.45
HexABC4E018C0Cd42e4d
Octal253304340301401432456115
Binary10101011110001001110000011000110001100110101001011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC4E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC4E0; }

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

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

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

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

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

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

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

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