#ACC4D7

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

Shades of Spindle #ACC4D7

Tints of Spindle #ACC4D7

Color information

#ACC4D7 (or 0xACC4D7) is unknown color: approx Spindle. HEX triplet: AC, C4 and D7. RGB value is (172,196,215). Sum of RGB (Red+Green+Blue) = 172+196+215=583 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.50% from 583); Green value is 196 (76.95% from 255 or 33.62% from 583); Blue value is 215 (84.38% from 255 or 36.88% from 583); Max value from RGB is 215 - color contains mainly: blue. Hex color #ACC4D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC4D7 is #533B28. Grayscale: #BEBEBE. Windows color (decimal): -5454633 or 14140588. OLE color: 14140588.

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

Color convert

RGB172196215-
CMYK0.20.0900.16
HSL206.51º34.96%75.88%-
HSV(B)206.51º20%84.31%-
XYZ49.0253.1671.97-
YUV190.99141.55114.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.50%
GREEN value IS 196 (76.95% from 255) = 33.62%
BLUE value IS 215 (84.38% from 255) = 36.88%
R=29.50%
G=33.62%
B=36.88%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1721962150.20.0900.16206.5134.9675.88
HexACC4D7149010cf234c
Octal254304327241102031743114
Binary101011001100010011010111101001001010000110011111000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC4D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC4D7; }

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

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

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

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

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

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

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

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