#ABC4DD

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

Shades of Light Steel Blue #ABC4DD

Tints of Light Steel Blue #ABC4DD

Color information

#ABC4DD (or 0xABC4DD) is unknown color: approx Light Steel Blue. HEX triplet: AB, C4 and DD. RGB value is (171,196,221). Sum of RGB (Red+Green+Blue) = 171+196+221=588 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.08% from 588); Green value is 196 (76.95% from 255 or 33.33% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: blue. Hex color #ABC4DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC4DD is #543B22. Grayscale: #BFBFBF. Windows color (decimal): -5520163 or 14533803. OLE color: 14533803.

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

Color convert

RGB171196221-
CMYK0.230.1100.13
HSL210º42.37%76.86%-
HSV(B)210º22.62%86.67%-
XYZ49.5953.3676.09-
YUV191.38144.72113.47-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.08%
GREEN value IS 196 (76.95% from 255) = 33.33%
BLUE value IS 221 (86.72% from 255) = 37.59%
R=29.08%
G=33.33%
B=37.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1711962210.230.1100.1321042.3776.86
HexABC4DD17B0Dd22a4d
Octal253304335271301532252115
Binary10101011110001001101110110111101101101110100101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC4DD; }

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

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

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

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

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

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

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

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