Html Css Color HEX #ACC1DC Light Steel Blue

📋 copy color: '#ACC1DC'

red 172 ◦ green 193 ◦ blue 220

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

Shades of Light Steel Blue #ACC1DC

Tints of Light Steel Blue #ACC1DC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.99%

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

R = 29.4%
G = 32.99%
B = 37.61%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ACC1DC (or 0xACC1DC) is known color: Light Steel Blue. HEX triplet: AC, C1 and DC. RGB value is (172,193,220). Sum of RGB (Red+Green+Blue) = 172+193+220=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 193 (75.78% from 255 or 32.99% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACC1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC1DC is #533E23. Grayscale: #BDBDBD. Windows color (decimal): -5455396 or 14467500. OLE color: 14467500.

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

Color convert

RGB 172 193 220 -
CMYK 0.22 0.12 0 0.14
HSL 213.75º 0.41% 0.77% -
HSV(B) 213.75º 0.22% 0.86% -
XYZ 49 52.08 75.18 -
YUV 189.8 145.04 115.3 -
System Red Green Blue C M Y K H S L
Decimal 172 193 220 0.22 0.12 0 0.14 213.75 0.41 0.77
Hex AC C1 DC 16 C 0 E D6 29 4D
Octal 254 301 334 26 14 0 16 326 51 115
Binary 10101100 11000001 11011100 10110 1100 0 1110 11010110 101001 1001101

Color Harmonies of #ACC1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC1DC

Black with #ACC1DC

Text Example


Text Example

White with #ACC1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC1DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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