Html Css Color HEX #ACC8DC Spindle

📋 copy color: '#ACC8DC'

red 172 ◦ green 200 ◦ blue 220

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

Shades of Spindle #ACC8DC

Tints of Spindle #ACC8DC

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.78%

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

R = 29.05%
G = 33.78%
B = 37.16%

CMYK

 C value IS 0.22

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ACC8DC (or 0xACC8DC) is known color: Spindle. HEX triplet: AC, C8 and DC. RGB value is (172,200,220). Sum of RGB (Red+Green+Blue) = 172+200+220=592 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.05% from 592); Green value is 200 (78.52% from 255 or 33.78% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACC8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC8DC is #533723. Grayscale: #C1C1C1. Windows color (decimal): -5453604 or 14469292. OLE color: 14469292.

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

Color convert

RGB 172 200 220 -
CMYK 0.22 0.09 0 0.14
HSL 205º 0.41% 0.77% -
HSV(B) 205º 0.22% 0.86% -
XYZ 50.59 55.25 75.71 -
YUV 193.91 142.72 112.37 -
System Red Green Blue C M Y K H S L
Decimal 172 200 220 0.22 0.09 0 0.14 205 0.41 0.77
Hex AC C8 DC 16 9 0 E CD 29 4D
Octal 254 310 334 26 11 0 16 315 51 115
Binary 10101100 11001000 11011100 10110 1001 0 1110 11001101 101001 1001101

Color Harmonies of #ACC8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC8DC

Black with #ACC8DC

Text Example


Text Example

White with #ACC8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC8DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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