#ABC8DF

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

Shades of Light Steel Blue #ABC8DF

Tints of Light Steel Blue #ABC8DF

Color information

#ABC8DF (or 0xABC8DF) is unknown color: approx Light Steel Blue. HEX triplet: AB, C8 and DF. RGB value is (171,200,223). Sum of RGB (Red+Green+Blue) = 171+200+223=594 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.79% from 594); Green value is 200 (78.52% from 255 or 33.67% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 223 - color contains mainly: blue. Hex color #ABC8DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC8DF is #543720. Grayscale: #C1C1C1. Windows color (decimal): -5519137 or 14665899. OLE color: 14665899.

HSL color Cylindrical-coordinate representation of color #ABC8DF: hue angle of 206.54º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABC8DF is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB171200223-
CMYK0.230.1000.13
HSL206.54º44.83%77.25%-
HSV(B)206.54º23.32%87.45%-
XYZ50.7755.2977.81-
YUV193.95144.39111.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.79%
GREEN value IS 200 (78.52% from 255) = 33.67%
BLUE value IS 223 (87.5% from 255) = 37.54%
R=28.79%
G=33.67%
B=37.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1712002230.230.1000.13206.5444.8377.25
HexABC8DF17A0Dcf2d4d
Octal253310337271201531755115
Binary10101011110010001101111110111101001101110011111011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC8DF; }

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

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

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

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

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

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

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

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