Html Css Color HEX #ABC2DF Light Steel Blue

📋 copy color: '#ABC2DF'

red 171 ◦ green 194 ◦ blue 223

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

Shades of Light Steel Blue #ABC2DF

Tints of Light Steel Blue #ABC2DF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.99%

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

R = 29.08%
G = 32.99%
B = 37.93%

CMYK

 C value IS 0.23

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ABC2DF (or 0xABC2DF) is known color: Light Steel Blue. HEX triplet: AB, C2 and DF. RGB value is (171,194,223). Sum of RGB (Red+Green+Blue) = 171+194+223=588 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.08% from 588); Green value is 194 (76.17% from 255 or 32.99% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 223 - color contains mainly: blue. Hex color #ABC2DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC2DF is #543D20. Grayscale: #BEBEBE. Windows color (decimal): -5520673 or 14664363. OLE color: 14664363.

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

Color convert

RGB 171 194 223 -
CMYK 0.23 0.13 0 0.13
HSL 213.46º 0.45% 0.77% -
HSV(B) 213.46º 0.23% 0.87% -
XYZ 49.41 52.57 77.35 -
YUV 190.43 146.38 114.14 -
System Red Green Blue C M Y K H S L
Decimal 171 194 223 0.23 0.13 0 0.13 213.46 0.45 0.77
Hex AB C2 DF 17 D 0 D D5 2D 4D
Octal 253 302 337 27 15 0 15 325 55 115
Binary 10101011 11000010 11011111 10111 1101 0 1101 11010101 101101 1001101

Color Harmonies of #ABC2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC2DF

Black with #ABC2DF

Text Example


Text Example

White with #ABC2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC2DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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