#ACC5D9

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

Shades of Spindle #ACC5D9

Tints of Spindle #ACC5D9

Color information

#ACC5D9 (or 0xACC5D9) is unknown color: approx Spindle. HEX triplet: AC, C5 and D9. RGB value is (172,197,217). Sum of RGB (Red+Green+Blue) = 172+197+217=586 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.35% from 586); Green value is 197 (77.34% from 255 or 33.62% from 586); Blue value is 217 (85.16% from 255 or 37.03% from 586); Max value from RGB is 217 - color contains mainly: blue. Hex color #ACC5D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC5D9 is #533A26. Grayscale: #BFBFBF. Windows color (decimal): -5454375 or 14271916. OLE color: 14271916.

HSL color Cylindrical-coordinate representation of color #ACC5D9: hue angle of 206.67º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACC5D9 is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB172197217-
CMYK0.210.0900.15
HSL206.67º37.19%76.27%-
HSV(B)206.67º20.74%85.1%-
XYZ49.553.7173.4-
YUV191.8142.22113.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.35%
GREEN value IS 197 (77.34% from 255) = 33.62%
BLUE value IS 217 (85.16% from 255) = 37.03%
R=29.35%
G=33.62%
B=37.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721972170.210.0900.15206.6737.1976.27
HexACC5D91590Fcf254c
Octal254305331251101731745114
Binary10101100110001011101100110101100101111110011111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC5D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC5D9; }

 p { color: rgb(172,197,217); }

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

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

 a { background-color: rgb(172,197,217); }

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

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

 span { border-color: rgb(172,197,217); }

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