Html Css Color HEX #ABC0D9 Light Steel Blue

📋 copy color: '#ABC0D9'

red 171 ◦ green 192 ◦ blue 217

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

Shades of Light Steel Blue #ABC0D9

Tints of Light Steel Blue #ABC0D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 37.41%

R = 29.48%
G = 33.1%
B = 37.41%

CMYK

 C value IS 0.21

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ABC0D9 (or 0xABC0D9) is known color: Light Steel Blue. HEX triplet: AB, C0 and D9. RGB value is (171,192,217). Sum of RGB (Red+Green+Blue) = 171+192+217=580 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.48% from 580); Green value is 192 (75.39% from 255 or 33.10% from 580); Blue value is 217 (85.16% from 255 or 37.41% from 580); Max value from RGB is 217 - color contains mainly: blue. Hex color #ABC0D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC0D9 is #543F26. Grayscale: #BCBCBC. Windows color (decimal): -5521191 or 14270635. OLE color: 14270635.

HSL color Cylindrical-coordinate representation of color #ABC0D9: hue angle of 212.61º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABC0D9 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 192 217 -
CMYK 0.21 0.12 0 0.15
HSL 212.61º 0.38% 0.76% -
HSV(B) 212.61º 0.21% 0.85% -
XYZ 48.17 51.37 73.02 -
YUV 188.57 144.04 115.47 -
System Red Green Blue C M Y K H S L
Decimal 171 192 217 0.21 0.12 0 0.15 212.61 0.38 0.76
Hex AB C0 D9 15 C 0 F D5 26 4C
Octal 253 300 331 25 14 0 17 325 46 114
Binary 10101011 11000000 11011001 10101 1100 0 1111 11010101 100110 1001100

Color Harmonies of #ABC0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC0D9

Black with #ABC0D9

Text Example


Text Example

White with #ABC0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC0D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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