#ABC8E0

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

Shades of Light Steel Blue #ABC8E0

Tints of Light Steel Blue #ABC8E0

Color information

#ABC8E0 (or 0xABC8E0) is unknown color: approx Light Steel Blue. HEX triplet: AB, C8 and E0. RGB value is (171,200,224). Sum of RGB (Red+Green+Blue) = 171+200+224=595 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.74% from 595); Green value is 200 (78.52% from 255 or 33.61% from 595); Blue value is 224 (87.89% from 255 or 37.65% from 595); Max value from RGB is 224 - color contains mainly: blue. Hex color #ABC8E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC8E0 is #54371F. Grayscale: #C1C1C1. Windows color (decimal): -5519136 or 14731435. OLE color: 14731435.

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

Color convert

RGB171200224-
CMYK0.240.1100.12
HSL207.17º46.09%77.45%-
HSV(B)207.17º23.66%87.84%-
XYZ50.955.3578.52-
YUV194.06144.89111.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.74%
GREEN value IS 200 (78.52% from 255) = 33.61%
BLUE value IS 224 (87.89% from 255) = 37.65%
R=28.74%
G=33.61%
B=37.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1712002240.240.1100.12207.1746.0977.45
HexABC8E018B0Ccf2e4d
Octal253310340301301431756115
Binary10101011110010001110000011000101101100110011111011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC8E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC8E0; }

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

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

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

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

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

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

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

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