Html Css Color HEX #ABC3DC Light Steel Blue

📋 copy color: '#ABC3DC'

red 171 ◦ green 195 ◦ blue 220

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

Shades of Light Steel Blue #ABC3DC

Tints of Light Steel Blue #ABC3DC

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.28%

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

R = 29.18%
G = 33.28%
B = 37.54%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ABC3DC (or 0xABC3DC) is known color: Light Steel Blue. HEX triplet: AB, C3 and DC. RGB value is (171,195,220). Sum of RGB (Red+Green+Blue) = 171+195+220=586 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.18% from 586); Green value is 195 (76.56% from 255 or 33.28% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #ABC3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC3DC is #543C23. Grayscale: #BEBEBE. Windows color (decimal): -5520420 or 14468011. OLE color: 14468011.

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

Color convert

RGB 171 195 220 -
CMYK 0.22 0.11 0 0.14
HSL 210.61º 0.41% 0.77% -
HSV(B) 210.61º 0.22% 0.86% -
XYZ 49.23 52.86 75.32 -
YUV 190.67 144.55 113.97 -
System Red Green Blue C M Y K H S L
Decimal 171 195 220 0.22 0.11 0 0.14 210.61 0.41 0.77
Hex AB C3 DC 16 B 0 E D3 29 4D
Octal 253 303 334 26 13 0 16 323 51 115
Binary 10101011 11000011 11011100 10110 1011 0 1110 11010011 101001 1001101

Color Harmonies of #ABC3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC3DC

Black with #ABC3DC

Text Example


Text Example

White with #ABC3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC3DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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