#ACC0CF

Color #ACC0CF Spindle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spindle #ACC0CF

Tints of Spindle #ACC0CF

Color information

#ACC0CF (or 0xACC0CF) is unknown color: approx Spindle. HEX triplet: AC, C0 and CF. RGB value is (172,192,207). Sum of RGB (Red+Green+Blue) = 172+192+207=571 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.12% from 571); Green value is 192 (75.39% from 255 or 33.63% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 207 - color contains mainly: blue. Hex color #ACC0CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC0CF is #533F30. Grayscale: #BBBBBB. Windows color (decimal): -5455665 or 13615276. OLE color: 13615276.

HSL color Cylindrical-coordinate representation of color #ACC0CF: hue angle of 205.71º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACC0CF is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB172192207-
CMYK0.170.0700.19
HSL205.71º26.72%74.31%-
HSV(B)205.71º16.91%81.18%-
XYZ47.1350.9766.39-
YUV187.73138.87116.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.12%
GREEN value IS 192 (75.39% from 255) = 33.63%
BLUE value IS 207 (81.25% from 255) = 36.25%
R=30.12%
G=33.63%
B=36.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1721922070.170.0700.19205.7126.7274.31
HexACC0CF117013ce1b4a
Octal25430031721702331633112
Binary1010110011000000110011111000111101001111001110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC0CF; }

 p { color: rgb(172,192,207); }

 H1.HeaderClassName
 {
   color: #ACC0CF;
 }
 .AnyTagClassName
 {
   color: #ACC0CF;
 }
</style>
background-color css

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

 a { background-color: rgb(172,192,207); }

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

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

 span { border-color: rgb(172,192,207); }

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