#ABC9E2

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

Shades of Light Steel Blue #ABC9E2

Tints of Light Steel Blue #ABC9E2

Color information

#ABC9E2 (or 0xABC9E2) is unknown color: approx Light Steel Blue. HEX triplet: AB, C9 and E2. RGB value is (171,201,226). Sum of RGB (Red+Green+Blue) = 171+201+226=598 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.60% from 598); Green value is 201 (78.91% from 255 or 33.61% from 598); Blue value is 226 (88.67% from 255 or 37.79% from 598); Max value from RGB is 226 - color contains mainly: blue. Hex color #ABC9E2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC9E2 is #54361D. Grayscale: #C2C2C2. Windows color (decimal): -5518878 or 14862763. OLE color: 14862763.

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

Color convert

RGB171201226-
CMYK0.240.1100.11
HSL207.27º48.67%77.84%-
HSV(B)207.27º24.34%88.63%-
XYZ51.4155.9280.04-
YUV194.88145.56110.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.60%
GREEN value IS 201 (78.91% from 255) = 33.61%
BLUE value IS 226 (88.67% from 255) = 37.79%
R=28.60%
G=33.61%
B=37.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1712012260.240.1100.11207.2748.6777.84
HexABC9E218B0Bcf314e
Octal253311342301301331761116
Binary10101011110010011110001011000101101011110011111100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC9E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC9E2; }

 p { color: rgb(171,201,226); }

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

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

 a { background-color: rgb(171,201,226); }

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

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

 span { border-color: rgb(171,201,226); }

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