Html Css Color HEX #ABC6DF Light Steel Blue

📋 copy color: '#ABC6DF'

red 171 ◦ green 198 ◦ blue 223

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

Shades of Light Steel Blue #ABC6DF

Tints of Light Steel Blue #ABC6DF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.45%

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

R = 28.89%
G = 33.45%
B = 37.67%

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

#ABC6DF (or 0xABC6DF) is known color: Light Steel Blue. HEX triplet: AB, C6 and DF. RGB value is (171,198,223). Sum of RGB (Red+Green+Blue) = 171+198+223=592 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.89% from 592); Green value is 198 (77.73% from 255 or 33.45% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 223 - color contains mainly: blue. Hex color #ABC6DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC6DF is #543920. Grayscale: #C0C0C0. Windows color (decimal): -5519649 or 14665387. OLE color: 14665387.

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

Color convert

RGB 171 198 223 -
CMYK 0.23 0.11 0 0.13
HSL 208.85º 0.45% 0.77% -
HSV(B) 208.85º 0.23% 0.87% -
XYZ 50.31 54.37 77.66 -
YUV 192.78 145.05 112.47 -
System Red Green Blue C M Y K H S L
Decimal 171 198 223 0.23 0.11 0 0.13 208.85 0.45 0.77
Hex AB C6 DF 17 B 0 D D1 2D 4D
Octal 253 306 337 27 13 0 15 321 55 115
Binary 10101011 11000110 11011111 10111 1011 0 1101 11010001 101101 1001101

Color Harmonies of #ABC6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC6DF

Black with #ABC6DF

Text Example


Text Example

White with #ABC6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC6DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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