Html Css Color HEX #ACBCDC Light Steel Blue

📋 copy color: '#ACBCDC'

red 172 ◦ green 188 ◦ blue 220

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

Shades of Light Steel Blue #ACBCDC

Tints of Light Steel Blue #ACBCDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.93%

R = 29.66%
G = 32.41%
B = 37.93%

CMYK

 C value IS 0.22

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ACBCDC (or 0xACBCDC) is known color: Light Steel Blue. HEX triplet: AC, BC and DC. RGB value is (172,188,220). Sum of RGB (Red+Green+Blue) = 172+188+220=580 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.66% from 580); Green value is 188 (73.83% from 255 or 32.41% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACBCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBCDC is #534323. Grayscale: #BABABA. Windows color (decimal): -5456676 or 14466220. OLE color: 14466220.

HSL color Cylindrical-coordinate representation of color #ACBCDC: hue angle of 220º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACBCDC is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 188 220 -
CMYK 0.22 0.15 0 0.14
HSL 220º 0.41% 0.77% -
HSV(B) 220º 0.22% 0.86% -
XYZ 47.91 49.9 74.82 -
YUV 186.86 146.7 117.4 -
System Red Green Blue C M Y K H S L
Decimal 172 188 220 0.22 0.15 0 0.14 220 0.41 0.77
Hex AC BC DC 16 F 0 E DC 29 4D
Octal 254 274 334 26 17 0 16 334 51 115
Binary 10101100 10111100 11011100 10110 1111 0 1110 11011100 101001 1001101

Color Harmonies of #ACBCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBCDC

Black with #ACBCDC

Text Example


Text Example

White with #ACBCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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