Html Css Color HEX #ACC6D7 Spindle

📋 copy color: '#ACC6D7'

red 172 ◦ green 198 ◦ blue 215

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

Shades of Spindle #ACC6D7

Tints of Spindle #ACC6D7

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.85%

 BLUE value IS 215 (84.38% from 255) = 36.75%

R = 29.4%
G = 33.85%
B = 36.75%

CMYK

 C value IS 0.2

 M value IS 0.08

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ACC6D7 (or 0xACC6D7) is known color: Spindle. HEX triplet: AC, C6 and D7. RGB value is (172,198,215). Sum of RGB (Red+Green+Blue) = 172+198+215=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 198 (77.73% from 255 or 33.85% from 585); Blue value is 215 (84.38% from 255 or 36.75% from 585); Max value from RGB is 215 - color contains mainly: blue. Hex color #ACC6D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC6D7 is #533928. Grayscale: #C0C0C0. Windows color (decimal): -5454121 or 14141100. OLE color: 14141100.

HSL color Cylindrical-coordinate representation of color #ACC6D7: hue angle of 203.72º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACC6D7 is Cyan = 0.2, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 198 215 -
CMYK 0.2 0.08 0 0.16
HSL 203.72º 0.35% 0.76% -
HSV(B) 203.72º 0.2% 0.84% -
XYZ 49.47 54.07 72.12 -
YUV 192.16 140.89 113.62 -
System Red Green Blue C M Y K H S L
Decimal 172 198 215 0.2 0.08 0 0.16 203.72 0.35 0.76
Hex AC C6 D7 14 8 0 10 CC 23 4C
Octal 254 306 327 24 10 0 20 314 43 114
Binary 10101100 11000110 11010111 10100 1000 0 10000 11001100 100011 1001100

Color Harmonies of #ACC6D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC6D7

Black with #ACC6D7

Text Example


Text Example

White with #ACC6D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC6D7; }

 p { color: rgb(172,198,215); }

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

background-color css

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

 a { background-color: rgb(172,198,215); }

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

border-color css

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

 span { border-color: rgb(172,198,215); }

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