#ABC5DB

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

Shades of Light Steel Blue #ABC5DB

Tints of Light Steel Blue #ABC5DB

Color information

#ABC5DB (or 0xABC5DB) is unknown color: approx Light Steel Blue. HEX triplet: AB, C5 and DB. RGB value is (171,197,219). Sum of RGB (Red+Green+Blue) = 171+197+219=587 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.13% from 587); Green value is 197 (77.34% from 255 or 33.56% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 219 - color contains mainly: blue. Hex color #ABC5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC5DB is #543A24. Grayscale: #BFBFBF. Windows color (decimal): -5519909 or 14402987. OLE color: 14402987.

HSL color Cylindrical-coordinate representation of color #ABC5DB: hue angle of 207.5º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABC5DB is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB171197219-
CMYK0.220.1000.14
HSL207.5º40%76.47%-
HSV(B)207.5º21.92%85.88%-
XYZ49.5553.774.77-
YUV191.73143.39113.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.13%
GREEN value IS 197 (77.34% from 255) = 33.56%
BLUE value IS 219 (85.94% from 255) = 37.31%
R=29.13%
G=33.56%
B=37.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1711972190.220.1000.14207.54076.47
HexABC5DB16A0Ed0284c
Octal253305333261201632050114
Binary10101011110001011101101110110101001110110100001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC5DB; }

 p { color: rgb(171,197,219); }

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

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

 a { background-color: rgb(171,197,219); }

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

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

 span { border-color: rgb(171,197,219); }

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