Html Css Color HEX #ABC7DF Light Steel Blue

📋 copy color: '#ABC7DF'

red 171 ◦ green 199 ◦ blue 223

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

Shades of Light Steel Blue #ABC7DF

Tints of Light Steel Blue #ABC7DF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.56%

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

R = 28.84%
G = 33.56%
B = 37.61%

CMYK

 C value IS 0.23

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ABC7DF (or 0xABC7DF) is known color: Light Steel Blue. HEX triplet: AB, C7 and DF. RGB value is (171,199,223). Sum of RGB (Red+Green+Blue) = 171+199+223=593 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.84% from 593); Green value is 199 (78.12% from 255 or 33.56% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 223 - color contains mainly: blue. Hex color #ABC7DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC7DF is #543820. Grayscale: #C1C1C1. Windows color (decimal): -5519393 or 14665643. OLE color: 14665643.

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

Color convert

RGB 171 199 223 -
CMYK 0.23 0.11 0 0.13
HSL 207.69º 0.45% 0.77% -
HSV(B) 207.69º 0.23% 0.87% -
XYZ 50.54 54.83 77.73 -
YUV 193.36 144.72 112.05 -
System Red Green Blue C M Y K H S L
Decimal 171 199 223 0.23 0.11 0 0.13 207.69 0.45 0.77
Hex AB C7 DF 17 B 0 D D0 2D 4D
Octal 253 307 337 27 13 0 15 320 55 115
Binary 10101011 11000111 11011111 10111 1011 0 1101 11010000 101101 1001101

Color Harmonies of #ABC7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC7DF

Black with #ABC7DF

Text Example


Text Example

White with #ABC7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC7DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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