Html Css Color HEX #ABC1DC Light Steel Blue

📋 copy color: '#ABC1DC'

red 171 ◦ green 193 ◦ blue 220

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

Shades of Light Steel Blue #ABC1DC

Tints of Light Steel Blue #ABC1DC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.05%

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

R = 29.28%
G = 33.05%
B = 37.67%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ABC1DC (or 0xABC1DC) is known color: Light Steel Blue. HEX triplet: AB, C1 and DC. RGB value is (171,193,220). Sum of RGB (Red+Green+Blue) = 171+193+220=584 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.28% from 584); Green value is 193 (75.78% from 255 or 33.05% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 220 - color contains mainly: blue. Hex color #ABC1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC1DC is #543E23. Grayscale: #BDBDBD. Windows color (decimal): -5520932 or 14467499. OLE color: 14467499.

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

Color convert

RGB 171 193 220 -
CMYK 0.22 0.12 0 0.14
HSL 213.06º 0.41% 0.77% -
HSV(B) 213.06º 0.22% 0.86% -
XYZ 48.78 51.97 75.17 -
YUV 189.5 145.21 114.8 -
System Red Green Blue C M Y K H S L
Decimal 171 193 220 0.22 0.12 0 0.14 213.06 0.41 0.77
Hex AB C1 DC 16 C 0 E D5 29 4D
Octal 253 301 334 26 14 0 16 325 51 115
Binary 10101011 11000001 11011100 10110 1100 0 1110 11010101 101001 1001101

Color Harmonies of #ABC1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC1DC

Black with #ABC1DC

Text Example


Text Example

White with #ABC1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC1DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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