#ABC3DB

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

Shades of Light Steel Blue #ABC3DB

Tints of Light Steel Blue #ABC3DB

Color information

#ABC3DB (or 0xABC3DB) is unknown color: approx Light Steel Blue. HEX triplet: AB, C3 and DB. RGB value is (171,195,219). Sum of RGB (Red+Green+Blue) = 171+195+219=585 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.23% from 585); Green value is 195 (76.56% from 255 or 33.33% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 219 - color contains mainly: blue. Hex color #ABC3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC3DB is #543C24. Grayscale: #BEBEBE. Windows color (decimal): -5520421 or 14402475. OLE color: 14402475.

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

Color convert

RGB171195219-
CMYK0.220.1100.14
HSL210º40%76.47%-
HSV(B)210º21.92%85.88%-
XYZ49.152.874.62-
YUV190.56144.05114.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.23%
GREEN value IS 195 (76.56% from 255) = 33.33%
BLUE value IS 219 (85.94% from 255) = 37.44%
R=29.23%
G=33.33%
B=37.44%

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
Decimal1711952190.220.1100.142104076.47
HexABC3DB16B0Ed2284c
Octal253303333261301632250114
Binary10101011110000111101101110110101101110110100101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC3DB; }

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

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

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

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

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

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

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

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