Html Css Color HEX #ACC4DC Light Steel Blue

📋 copy color: '#ACC4DC'

red 172 ◦ green 196 ◦ blue 220

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

Shades of Light Steel Blue #ACC4DC

Tints of Light Steel Blue #ACC4DC

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.33%

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

R = 29.25%
G = 33.33%
B = 37.41%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ACC4DC (or 0xACC4DC) is known color: Light Steel Blue. HEX triplet: AC, C4 and DC. RGB value is (172,196,220). Sum of RGB (Red+Green+Blue) = 172+196+220=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 196 (76.95% from 255 or 33.33% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACC4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC4DC is #533B23. Grayscale: #BFBFBF. Windows color (decimal): -5454628 or 14468268. OLE color: 14468268.

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

Color convert

RGB 172 196 220 -
CMYK 0.22 0.11 0 0.14
HSL 210º 0.41% 0.77% -
HSV(B) 210º 0.22% 0.86% -
XYZ 49.67 53.42 75.4 -
YUV 191.56 144.05 114.05 -
System Red Green Blue C M Y K H S L
Decimal 172 196 220 0.22 0.11 0 0.14 210 0.41 0.77
Hex AC C4 DC 16 B 0 E D2 29 4D
Octal 254 304 334 26 13 0 16 322 51 115
Binary 10101100 11000100 11011100 10110 1011 0 1110 11010010 101001 1001101

Color Harmonies of #ACC4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC4DC

Black with #ACC4DC

Text Example


Text Example

White with #ACC4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC4DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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