Html Css Color HEX #ACC9DC Spindle

📋 copy color: '#ACC9DC'

red 172 ◦ green 201 ◦ blue 220

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

Shades of Spindle #ACC9DC

Tints of Spindle #ACC9DC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.9%

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

R = 29.01%
G = 33.9%
B = 37.1%

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

#ACC9DC (or 0xACC9DC) is known color: Spindle. HEX triplet: AC, C9 and DC. RGB value is (172,201,220). Sum of RGB (Red+Green+Blue) = 172+201+220=593 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.01% from 593); Green value is 201 (78.91% from 255 or 33.90% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACC9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC9DC is #533623. Grayscale: #C2C2C2. Windows color (decimal): -5453348 or 14469548. OLE color: 14469548.

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

Color convert

RGB 172 201 220 -
CMYK 0.22 0.09 0 0.14
HSL 203.75º 0.41% 0.77% -
HSV(B) 203.75º 0.22% 0.86% -
XYZ 50.82 55.71 75.79 -
YUV 194.5 142.39 111.96 -
System Red Green Blue C M Y K H S L
Decimal 172 201 220 0.22 0.09 0 0.14 203.75 0.41 0.77
Hex AC C9 DC 16 9 0 E CC 29 4D
Octal 254 311 334 26 11 0 16 314 51 115
Binary 10101100 11001001 11011100 10110 1001 0 1110 11001100 101001 1001101

Color Harmonies of #ACC9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC9DC

Black with #ACC9DC

Text Example


Text Example

White with #ACC9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC9DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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