Html Css Color HEX #ACBDDF Light Steel Blue

📋 copy color: '#ACBDDF'

red 172 ◦ green 189 ◦ blue 223

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

Shades of Light Steel Blue #ACBDDF

Tints of Light Steel Blue #ACBDDF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.36%

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

R = 29.45%
G = 32.36%
B = 38.18%

CMYK

 C value IS 0.23

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ACBDDF (or 0xACBDDF) is known color: Light Steel Blue. HEX triplet: AC, BD and DF. RGB value is (172,189,223). Sum of RGB (Red+Green+Blue) = 172+189+223=584 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.45% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 223 - color contains mainly: blue. Hex color #ACBDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBDDF is #534220. Grayscale: #BBBBBB. Windows color (decimal): -5456417 or 14663084. OLE color: 14663084.

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

Color convert

RGB 172 189 223 -
CMYK 0.23 0.15 0 0.13
HSL 220º 0.44% 0.77% -
HSV(B) 220º 0.23% 0.87% -
XYZ 48.53 50.49 77 -
YUV 187.79 147.87 116.74 -
System Red Green Blue C M Y K H S L
Decimal 172 189 223 0.23 0.15 0 0.13 220 0.44 0.77
Hex AC BD DF 17 F 0 D DC 2C 4D
Octal 254 275 337 27 17 0 15 334 54 115
Binary 10101100 10111101 11011111 10111 1111 0 1101 11011100 101100 1001101

Color Harmonies of #ACBDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBDDF

Black with #ACBDDF

Text Example


Text Example

White with #ACBDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBDDF; }

 p { color: rgb(172,189,223); }

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

background-color css

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

 a { background-color: rgb(172,189,223); }

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

border-color css

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

 span { border-color: rgb(172,189,223); }

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