Html Css Color HEX #ABC5DC Light Steel Blue

📋 copy color: '#ABC5DC'

red 171 ◦ green 197 ◦ blue 220

#ABC5DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Steel Blue #ABC5DC

Tints of Light Steel Blue #ABC5DC

RGB

 RED value IS 171 (67.19% from 255) = 29.08%

 GREEN value IS 197 (77.34% from 255) = 33.5%

 BLUE value IS 220 (86.33% from 255) = 37.41%

R = 29.08%
G = 33.5%
B = 37.41%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ABC5DC (or 0xABC5DC) is known color: Light Steel Blue. HEX triplet: AB, C5 and DC. RGB value is (171,197,220). Sum of RGB (Red+Green+Blue) = 171+197+220=588 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.08% from 588); Green value is 197 (77.34% from 255 or 33.50% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 220 - color contains mainly: blue. Hex color #ABC5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC5DC is #543A23. Grayscale: #BFBFBF. Windows color (decimal): -5519908 or 14468523. OLE color: 14468523.

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

Color convert

RGB 171 197 220 -
CMYK 0.22 0.10 0 0.14
HSL 208.16º 0.41% 0.77% -
HSV(B) 208.16º 0.22% 0.86% -
XYZ 49.68 53.76 75.47 -
YUV 191.85 143.89 113.13 -
System Red Green Blue C M Y K H S L
Decimal 171 197 220 0.22 0.10 0 0.14 208.16 0.41 0.77
Hex AB C5 DC 16 A 0 E D0 29 4D
Octal 253 305 334 26 12 0 16 320 51 115
Binary 10101011 11000101 11011100 10110 1010 0 1110 11010000 101001 1001101

Color Harmonies of #ABC5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC5DC

Black with #ABC5DC

Text Example


Text Example

White with #ABC5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC5DC; }

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

 H1.HeaderClassName
 {
   color: #ABC5DC;
 }
 .AnyTagClassName
 {
   color: #ABC5DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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