Html Css Color HEX #ACBCD9 Light Steel Blue

📋 copy color: '#ACBCD9'

red 172 ◦ green 188 ◦ blue 217

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

Shades of Light Steel Blue #ACBCD9

Tints of Light Steel Blue #ACBCD9

RGB

 RED value IS 172 (67.58% from 255) = 29.81%

 GREEN value IS 188 (73.83% from 255) = 32.58%

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

R = 29.81%
G = 32.58%
B = 37.61%

CMYK

 C value IS 0.21

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ACBCD9 (or 0xACBCD9) is known color: Light Steel Blue. HEX triplet: AC, BC and D9. RGB value is (172,188,217). Sum of RGB (Red+Green+Blue) = 172+188+217=577 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.81% from 577); Green value is 188 (73.83% from 255 or 32.58% from 577); Blue value is 217 (85.16% from 255 or 37.61% from 577); Max value from RGB is 217 - color contains mainly: blue. Hex color #ACBCD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBCD9 is #534326. Grayscale: #BABABA. Windows color (decimal): -5456679 or 14269612. OLE color: 14269612.

HSL color Cylindrical-coordinate representation of color #ACBCD9: hue angle of 218.67º degrees, saturation: 0.37, 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 #ACBCD9 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 188 217 -
CMYK 0.21 0.13 0 0.15
HSL 218.67º 0.37% 0.76% -
HSV(B) 218.67º 0.21% 0.85% -
XYZ 47.52 49.75 72.74 -
YUV 186.52 145.2 117.64 -
System Red Green Blue C M Y K H S L
Decimal 172 188 217 0.21 0.13 0 0.15 218.67 0.37 0.76
Hex AC BC D9 15 D 0 F DB 25 4C
Octal 254 274 331 25 15 0 17 333 45 114
Binary 10101100 10111100 11011001 10101 1101 0 1111 11011011 100101 1001100

Color Harmonies of #ACBCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBCD9

Black with #ACBCD9

Text Example


Text Example

White with #ACBCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBCD9; }

 p { color: rgb(172,188,217); }

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

background-color css

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

 a { background-color: rgb(172,188,217); }

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

border-color css

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

 span { border-color: rgb(172,188,217); }

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