Html Css Color HEX #ABC0DF Light Steel Blue

📋 copy color: '#ABC0DF'

red 171 ◦ green 192 ◦ blue 223

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

Shades of Light Steel Blue #ABC0DF

Tints of Light Steel Blue #ABC0DF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.76%

 BLUE value IS 223 (87.5% from 255) = 38.05%

R = 29.18%
G = 32.76%
B = 38.05%

CMYK

 C value IS 0.23

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ABC0DF (or 0xABC0DF) is known color: Light Steel Blue. HEX triplet: AB, C0 and DF. RGB value is (171,192,223). Sum of RGB (Red+Green+Blue) = 171+192+223=586 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.18% from 586); Green value is 192 (75.39% from 255 or 32.76% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 223 - color contains mainly: blue. Hex color #ABC0DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC0DF is #543F20. Grayscale: #BDBDBD. Windows color (decimal): -5521185 or 14663851. OLE color: 14663851.

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

Color convert

RGB 171 192 223 -
CMYK 0.23 0.14 0 0.13
HSL 215.77º 0.45% 0.77% -
HSV(B) 215.77º 0.23% 0.87% -
XYZ 48.96 51.68 77.21 -
YUV 189.26 147.04 114.98 -
System Red Green Blue C M Y K H S L
Decimal 171 192 223 0.23 0.14 0 0.13 215.77 0.45 0.77
Hex AB C0 DF 17 E 0 D D8 2D 4D
Octal 253 300 337 27 16 0 15 330 55 115
Binary 10101011 11000000 11011111 10111 1110 0 1101 11011000 101101 1001101

Color Harmonies of #ABC0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC0DF

Black with #ABC0DF

Text Example


Text Example

White with #ABC0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC0DF; }

 p { color: rgb(171,192,223); }

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

background-color css

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

 a { background-color: rgb(171,192,223); }

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

border-color css

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

 span { border-color: rgb(171,192,223); }

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