Html Css Color HEX #ABC5DF Light Steel Blue

📋 copy color: '#ABC5DF'

red 171 ◦ green 197 ◦ blue 223

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

Shades of Light Steel Blue #ABC5DF

Tints of Light Steel Blue #ABC5DF

RGB

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

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

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

R = 28.93%
G = 33.33%
B = 37.73%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ABC5DF (or 0xABC5DF) is known color: Light Steel Blue. HEX triplet: AB, C5 and DF. RGB value is (171,197,223). Sum of RGB (Red+Green+Blue) = 171+197+223=591 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.93% from 591); Green value is 197 (77.34% from 255 or 33.33% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 223 - color contains mainly: blue. Hex color #ABC5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC5DF is #543A20. Grayscale: #C0C0C0. Windows color (decimal): -5519905 or 14665131. OLE color: 14665131.

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

Color convert

RGB 171 197 223 -
CMYK 0.23 0.12 0 0.13
HSL 210º 0.45% 0.77% -
HSV(B) 210º 0.23% 0.87% -
XYZ 50.08 53.92 77.58 -
YUV 192.19 145.39 112.89 -
System Red Green Blue C M Y K H S L
Decimal 171 197 223 0.23 0.12 0 0.13 210 0.45 0.77
Hex AB C5 DF 17 C 0 D D2 2D 4D
Octal 253 305 337 27 14 0 15 322 55 115
Binary 10101011 11000101 11011111 10111 1100 0 1101 11010010 101101 1001101

Color Harmonies of #ABC5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC5DF

Black with #ABC5DF

Text Example


Text Example

White with #ABC5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC5DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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