Html Css Color HEX #ACBCDD Light Steel Blue

📋 copy color: '#ACBCDD'

red 172 ◦ green 188 ◦ blue 221

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

Shades of Light Steel Blue #ACBCDD

Tints of Light Steel Blue #ACBCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.04%

R = 29.6%
G = 32.36%
B = 38.04%

CMYK

 C value IS 0.22

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ACBCDD (or 0xACBCDD) is known color: Light Steel Blue. HEX triplet: AC, BC and DD. RGB value is (172,188,221). Sum of RGB (Red+Green+Blue) = 172+188+221=581 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.60% from 581); Green value is 188 (73.83% from 255 or 32.36% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACBCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBCDD is #534322. Grayscale: #BABABA. Windows color (decimal): -5456675 or 14531756. OLE color: 14531756.

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

Color convert

RGB 172 188 221 -
CMYK 0.22 0.15 0 0.13
HSL 220.41º 0.42% 0.77% -
HSV(B) 220.41º 0.22% 0.87% -
XYZ 48.05 49.96 75.52 -
YUV 186.98 147.2 117.32 -
System Red Green Blue C M Y K H S L
Decimal 172 188 221 0.22 0.15 0 0.13 220.41 0.42 0.77
Hex AC BC DD 16 F 0 D DC 2A 4D
Octal 254 274 335 26 17 0 15 334 52 115
Binary 10101100 10111100 11011101 10110 1111 0 1101 11011100 101010 1001101

Color Harmonies of #ACBCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBCDD

Black with #ACBCDD

Text Example


Text Example

White with #ACBCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBCDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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