Html Css Color HEX #ACC0DC Light Steel Blue

📋 copy color: '#ACC0DC'

red 172 ◦ green 192 ◦ blue 220

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

Shades of Light Steel Blue #ACC0DC

Tints of Light Steel Blue #ACC0DC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.88%

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

R = 29.45%
G = 32.88%
B = 37.67%

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

#ACC0DC (or 0xACC0DC) is known color: Light Steel Blue. HEX triplet: AC, C0 and DC. RGB value is (172,192,220). Sum of RGB (Red+Green+Blue) = 172+192+220=584 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.45% from 584); Green value is 192 (75.39% from 255 or 32.88% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACC0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC0DC is #533F23. Grayscale: #BDBDBD. Windows color (decimal): -5455652 or 14467244. OLE color: 14467244.

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

Color convert

RGB 172 192 220 -
CMYK 0.22 0.13 0 0.14
HSL 215º 0.41% 0.77% -
HSV(B) 215º 0.22% 0.86% -
XYZ 48.78 51.64 75.11 -
YUV 189.21 145.37 115.72 -
System Red Green Blue C M Y K H S L
Decimal 172 192 220 0.22 0.13 0 0.14 215 0.41 0.77
Hex AC C0 DC 16 D 0 E D7 29 4D
Octal 254 300 334 26 15 0 16 327 51 115
Binary 10101100 11000000 11011100 10110 1101 0 1110 11010111 101001 1001101

Color Harmonies of #ACC0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC0DC

Black with #ACC0DC

Text Example


Text Example

White with #ACC0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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