#ABC4DB

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

Shades of Light Steel Blue #ABC4DB

Tints of Light Steel Blue #ABC4DB

Color information

#ABC4DB (or 0xABC4DB) is unknown color: approx Light Steel Blue. HEX triplet: AB, C4 and DB. RGB value is (171,196,219). Sum of RGB (Red+Green+Blue) = 171+196+219=586 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.18% from 586); Green value is 196 (76.95% from 255 or 33.45% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #ABC4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC4DB is #543B24. Grayscale: #BFBFBF. Windows color (decimal): -5520165 or 14402731. OLE color: 14402731.

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

Color convert

RGB171196219-
CMYK0.220.1100.14
HSL208.75º40%76.47%-
HSV(B)208.75º21.92%85.88%-
XYZ49.3253.2574.7-
YUV191.15143.72113.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.18%
GREEN value IS 196 (76.95% from 255) = 33.45%
BLUE value IS 219 (85.94% from 255) = 37.37%
R=29.18%
G=33.45%
B=37.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1711962190.220.1100.14208.754076.47
HexABC4DB16B0Ed1284c
Octal253304333261301632150114
Binary10101011110001001101101110110101101110110100011010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC4DB; }

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

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

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

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

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

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

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

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