Html Css Color HEX #ACC7DC Light Steel Blue

📋 copy color: '#ACC7DC'

red 172 ◦ green 199 ◦ blue 220

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

Shades of Light Steel Blue #ACC7DC

Tints of Light Steel Blue #ACC7DC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.67%

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

R = 29.1%
G = 33.67%
B = 37.23%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ACC7DC (or 0xACC7DC) is known color: Light Steel Blue. HEX triplet: AC, C7 and DC. RGB value is (172,199,220). Sum of RGB (Red+Green+Blue) = 172+199+220=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 199 (78.12% from 255 or 33.67% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACC7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC7DC is #533823. Grayscale: #C1C1C1. Windows color (decimal): -5453860 or 14469036. OLE color: 14469036.

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

Color convert

RGB 172 199 220 -
CMYK 0.22 0.10 0 0.14
HSL 206.25º 0.41% 0.77% -
HSV(B) 206.25º 0.22% 0.86% -
XYZ 50.35 54.78 75.63 -
YUV 193.32 143.05 112.79 -
System Red Green Blue C M Y K H S L
Decimal 172 199 220 0.22 0.10 0 0.14 206.25 0.41 0.77
Hex AC C7 DC 16 A 0 E CE 29 4D
Octal 254 307 334 26 12 0 16 316 51 115
Binary 10101100 11000111 11011100 10110 1010 0 1110 11001110 101001 1001101

Color Harmonies of #ACC7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC7DC

Black with #ACC7DC

Text Example


Text Example

White with #ACC7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC7DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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