Html Css Color HEX #ACC5DC Light Steel Blue

📋 copy color: '#ACC5DC'

red 172 ◦ green 197 ◦ blue 220

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

Shades of Light Steel Blue #ACC5DC

Tints of Light Steel Blue #ACC5DC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.45%

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

R = 29.2%
G = 33.45%
B = 37.35%

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

#ACC5DC (or 0xACC5DC) is known color: Light Steel Blue. HEX triplet: AC, C5 and DC. RGB value is (172,197,220). Sum of RGB (Red+Green+Blue) = 172+197+220=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 197 (77.34% from 255 or 33.45% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACC5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC5DC is #533A23. Grayscale: #C0C0C0. Windows color (decimal): -5454372 or 14468524. OLE color: 14468524.

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

Color convert

RGB 172 197 220 -
CMYK 0.22 0.10 0 0.14
HSL 208.75º 0.41% 0.77% -
HSV(B) 208.75º 0.22% 0.86% -
XYZ 49.9 53.87 75.48 -
YUV 192.15 143.72 113.63 -
System Red Green Blue C M Y K H S L
Decimal 172 197 220 0.22 0.10 0 0.14 208.75 0.41 0.77
Hex AC C5 DC 16 A 0 E D1 29 4D
Octal 254 305 334 26 12 0 16 321 51 115
Binary 10101100 11000101 11011100 10110 1010 0 1110 11010001 101001 1001101

Color Harmonies of #ACC5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC5DC

Black with #ACC5DC

Text Example


Text Example

White with #ACC5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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