Html Css Color HEX #ACBFDC Light Steel Blue

📋 copy color: '#ACBFDC'

red 172 ◦ green 191 ◦ blue 220

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

Shades of Light Steel Blue #ACBFDC

Tints of Light Steel Blue #ACBFDC

RGB

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

 GREEN value IS 191 (75% from 255) = 32.76%

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

R = 29.5%
G = 32.76%
B = 37.74%

CMYK

 C value IS 0.22

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ACBFDC (or 0xACBFDC) is known color: Light Steel Blue. HEX triplet: AC, BF and DC. RGB value is (172,191,220). Sum of RGB (Red+Green+Blue) = 172+191+220=583 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.50% from 583); Green value is 191 (75% from 255 or 32.76% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACBFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBFDC is #534023. Grayscale: #BCBCBC. Windows color (decimal): -5455908 or 14466988. OLE color: 14466988.

HSL color Cylindrical-coordinate representation of color #ACBFDC: hue angle of 216.25º 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 #ACBFDC is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 191 220 -
CMYK 0.22 0.13 0 0.14
HSL 216.25º 0.41% 0.77% -
HSV(B) 216.25º 0.22% 0.86% -
XYZ 48.56 51.2 75.03 -
YUV 188.63 145.71 116.14 -
System Red Green Blue C M Y K H S L
Decimal 172 191 220 0.22 0.13 0 0.14 216.25 0.41 0.77
Hex AC BF DC 16 D 0 E D8 29 4D
Octal 254 277 334 26 15 0 16 330 51 115
Binary 10101100 10111111 11011100 10110 1101 0 1110 11011000 101001 1001101

Color Harmonies of #ACBFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBFDC

Black with #ACBFDC

Text Example


Text Example

White with #ACBFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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