Html Css Color HEX #ACC2DC Light Steel Blue

📋 copy color: '#ACC2DC'

red 172 ◦ green 194 ◦ blue 220

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

Shades of Light Steel Blue #ACC2DC

Tints of Light Steel Blue #ACC2DC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.11%

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

R = 29.35%
G = 33.11%
B = 37.54%

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

#ACC2DC (or 0xACC2DC) is known color: Light Steel Blue. HEX triplet: AC, C2 and DC. RGB value is (172,194,220). Sum of RGB (Red+Green+Blue) = 172+194+220=586 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.35% from 586); Green value is 194 (76.17% from 255 or 33.11% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACC2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC2DC is #533D23. Grayscale: #BEBEBE. Windows color (decimal): -5455140 or 14467756. OLE color: 14467756.

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

Color convert

RGB 172 194 220 -
CMYK 0.22 0.12 0 0.14
HSL 212.5º 0.41% 0.77% -
HSV(B) 212.5º 0.22% 0.86% -
XYZ 49.22 52.52 75.25 -
YUV 190.39 144.71 114.89 -
System Red Green Blue C M Y K H S L
Decimal 172 194 220 0.22 0.12 0 0.14 212.5 0.41 0.77
Hex AC C2 DC 16 C 0 E D4 29 4D
Octal 254 302 334 26 14 0 16 324 51 115
Binary 10101100 11000010 11011100 10110 1100 0 1110 11010100 101001 1001101

Color Harmonies of #ACC2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC2DC

Black with #ACC2DC

Text Example


Text Example

White with #ACC2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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